Comparing version 3.0.4 to 3.1.0
{ | ||
"name": "sinks", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"description": "Tools for object sync (get it?!), validation, diffing, and immutable deep setting", | ||
@@ -13,3 +13,3 @@ "source": "src/index.js", | ||
"test-inspect": "node --inspect-brk definition.spec.js", | ||
"test": "node -r esm src/main.spec.js", | ||
"test": "tape -r esm ./**/*.spec.js", | ||
"lint": "eslint .", | ||
@@ -16,0 +16,0 @@ "format": "prettier --write ." |
@@ -320,2 +320,3 @@ # sinks | ||
- `3.1.0`: Added `simpleObjectDeepEqual` utility for lightweight object comparisons of simple objects. | ||
- `3.0.4`: Added other test for `getChanges` to ensure it handle nested objects with integer keys correctly. | ||
@@ -322,0 +323,0 @@ - `3.0.3`: Fixed bug where `getChanges` not handle objects with integer keys correctly. |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
146224
339