Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simple-diff

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-diff - npm Package Compare versions

Comparing version 1.7.1 to 1.7.2

2

package.json
{
"name": "simple-diff",
"version": "1.7.1",
"version": "1.7.2",
"description": "simple diff for object and arrays with options",

@@ -5,0 +5,0 @@ "main": "simple-diff.js",

@@ -7,2 +7,3 @@ declare function diff(oldObj: any, newObj: any, ops?: DiffOptions): DiffEvent[];

idProp?: string,
idProps?: {[path: string]: string},
addEvent?: string,

@@ -9,0 +10,0 @@ removeEvent?: string,

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc