New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@fsoft/diff-patch

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fsoft/diff-patch - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+10
README.md
# 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": {

]
}
}