Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
⚖️ Minimalist diffing.
Deep-compare values.
Deep-compare iterables.
Deep-compare objects.
Deep-compare object properties.
Create Difference kind.
Creation difference (property or value added).
Curried function returned by compare
.
Delete Difference kind.
Deletion difference (property or value removed).
Union of all types of differences (CreateDifference
,DeleteDifference
and UpdateDifference
).
Yields a Difference
object out of a left
and a right
value.
Flattens Iterable of Difference
.
Flat representation of a Difference
.
Maps over an Iterable
of Difference
and flattens its path
.
Recursively get all object keys going up the prototype chain.
Missing value symbol.
Prepends the given property to the given Difference
's path.
Set path
property of given object
to given value
.
Update Difference kind.
Update difference (property or value changed).