@wordpress/is-shallow-equal
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,7 +0,11 @@ | ||
## 1.0.1 | ||
## 1.0.2 (2018-05-08) | ||
- Fix: Use implicit `index.js` for main entry ([#124](https://github.com/WordPress/packages/pull/124)) | ||
## 1.0.1 (2018-05-01) | ||
- Fix: Passing a null-ish value as one of the arguments now correctly falls back to a strict equality comparison. ([#116](https://github.com/WordPress/packages/pull/116)) | ||
## 1.0.0 | ||
## 1.0.0 (2018-04-25) | ||
- Initial release |
{ | ||
"name": "@wordpress/is-shallow-equal", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Test for shallow equality between two objects or arrays", | ||
@@ -20,4 +20,2 @@ "author": "WordPress", | ||
}, | ||
"main": "build/index.js", | ||
"module": "build-module/index.js", | ||
"devDependencies": { | ||
@@ -24,0 +22,0 @@ "benchmark": "^2.1.4", |
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
16268