simple-diff
Advanced tools
Comparing version 1.7.1 to 1.7.2
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40555
1000