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.8
to
0.1.9
+1
-1
dist/index.js

@@ -42,3 +42,3 @@ "use strict";

// now scan oldObject keys and delete the ones that are not present in newObject
keys = Object.keys(oldObject);
keys = Object.keys(oldObject !== null && oldObject !== void 0 ? oldObject : {});
keys.forEach((key) => {

@@ -45,0 +45,0 @@ if (newObject[key] === undefined) {

{
"name": "@fsoft/diff-patch",
"version": "0.1.8",
"version": "0.1.9",
"description": "Deep compare two objects and produces a diffData to transform object1 to object2",

@@ -5,0 +5,0 @@ "repository": {