@wordpress/is-shallow-equal
Advanced tools
Comparing version 1.1.1 to 1.1.2
{ | ||
"name": "@wordpress/is-shallow-equal", | ||
"version": "1.1.1", | ||
"description": "Test for shallow equality between two objects or arrays", | ||
"version": "1.1.2", | ||
"description": "Test for shallow equality between two objects or arrays.", | ||
"author": "The WordPress Contributors", | ||
@@ -21,4 +21,7 @@ "license": "GPL-2.0-or-later", | ||
}, | ||
"main": "build/index.js", | ||
"module": "build-module/index.js", | ||
"files": [ | ||
"arrays.js", | ||
"objects.js" | ||
], | ||
"main": "index.js", | ||
"dependencies": { | ||
@@ -38,3 +41,3 @@ "@babel/runtime": "^7.0.0-beta.52" | ||
}, | ||
"gitHead": "a1bb35112ec6174c33e09c337dd0382b83f7abe3" | ||
"gitHead": "04961befa151ae1224f50ae2b3742d797b7409d9" | ||
} |
@@ -1,2 +0,2 @@ | ||
# @wordpress/is-shallow-equal | ||
# Is Shallow Equal | ||
@@ -3,0 +3,0 @@ A function for performing a shallow comparison between two objects or arrays. Two values have shallow equality when all of their members are strictly equal to the corresponding member of the other. |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
10096
6
83
1