🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

just-diff

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-diff - npm Package Compare versions

Comparing version

to
4.1.2

12

index.esm.js

@@ -1,6 +0,1 @@

var collectionDiff = {
diff: diff,
jsonPatchPathConverter: jsonPatchPathConverter,
};
/*

@@ -132,6 +127,3 @@ const obj1 = {a: 4, b: 5};

return diffs.remove
.reverse()
.concat(diffs.replace)
.concat(diffs.add);
return diffs.remove.reverse().concat(diffs.replace).concat(diffs.add);
}

@@ -155,2 +147,2 @@ return getDiff(obj1, obj2, [], {remove: [], replace: [], add: []});

export { collectionDiff as default };
export {diff, jsonPatchPathConverter};

3

package.json
{
"name": "just-diff",
"version": "4.1.0",
"version": "4.1.2",
"description": "Return an object representing the diffs between two objects. Supports jsonPatch protocol",
"type": "commonjs",
"main": "index.js",

@@ -7,0 +6,0 @@ "module": "index.esm.js",