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
6
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 1.1.1 to 1.1.2

arrays.js

13

package.json
{
"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.

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