@wordpress/is-shallow-equal
Advanced tools
Comparing version 4.2.1-next.5df0cd52b7.0 to 4.2.1
@@ -16,5 +16,3 @@ /** | ||
export { default as isShallowEqualArrays } from "./arrays"; | ||
export type ComparableObject = { | ||
[x: string]: any; | ||
}; | ||
export type ComparableObject = Record<string, any>; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,12 +9,12 @@ "use strict"; | ||
exports.default = isShallowEqual; | ||
Object.defineProperty(exports, "isShallowEqualObjects", { | ||
Object.defineProperty(exports, "isShallowEqualArrays", { | ||
enumerable: true, | ||
get: function () { | ||
return _objects.default; | ||
return _arrays.default; | ||
} | ||
}); | ||
Object.defineProperty(exports, "isShallowEqualArrays", { | ||
Object.defineProperty(exports, "isShallowEqualObjects", { | ||
enumerable: true, | ||
get: function () { | ||
return _arrays.default; | ||
return _objects.default; | ||
} | ||
@@ -21,0 +21,0 @@ }); |
{ | ||
"name": "@wordpress/is-shallow-equal", | ||
"version": "4.2.1-next.5df0cd52b7.0", | ||
"version": "4.2.1", | ||
"description": "Test for shallow equality between two objects or arrays.", | ||
@@ -39,3 +39,3 @@ "author": "The WordPress Contributors", | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.10" | ||
"@babel/runtime": "^7.16.0" | ||
}, | ||
@@ -45,3 +45,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "558d577d12bec15f05e694eb49a094836d885cca" | ||
"gitHead": "9a1dd3474d937468e4cf9caf9886ad61ef0a8f50" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
67552
0
315
Updated@babel/runtime@^7.16.0