simple-update-in
Advanced tools
Comparing version 2.1.0 to 2.1.1-master.8661c10
{ | ||
"name": "simple-update-in", | ||
"version": "2.1.0", | ||
"version": "2.1.1-master.8661c10", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "browser": "dist/simple-update-in.production.min.js", |
@@ -50,3 +50,3 @@ # simple-update-in | ||
Like other immutable framework, `updater` is expected to return a new object if there is a change. If the update do not result in a change (triple-equal `===`), then, the original object is returned. | ||
Like other immutable framework, `updater` is expected to return a new object if there is a change. If the update do not result in a change (via [`Object.is`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is)), then, the original object is returned. | ||
@@ -53,0 +53,0 @@ ### Browser only |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
49523
1