@fsoft/diff-patch
Advanced tools
+10
| # diff-patch | ||
| ## Introduction | ||
| diff-patch is a library that exposes two functions, `diff` and `patch`. | ||
| The `diff` function takes two objects and deep compares them, returning an object that represents the difference between the two. | ||
| The `patch` function takes an object and a diff object and applies the diff to the object, returning a new object. | ||
+2
-2
| { | ||
| "name": "@fsoft/diff-patch", | ||
| "version": "0.1.0", | ||
| "version": "0.1.1", | ||
| "description": "Deep compare two objects and produces a diffData to transform object1 to object2", | ||
@@ -35,2 +35,2 @@ "repository": { | ||
| ] | ||
| } | ||
| } |
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
6086
6.14%4
33.33%1
-50%11
Infinity%