Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wordpress/is-shallow-equal

Package Overview
Dependencies
Maintainers
23
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wordpress/is-shallow-equal - npm Package Compare versions

Comparing version 4.2.1-next.5df0cd52b7.0 to 4.2.1

4

build-types/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc