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
14
Versions
153
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.8.0 to 2.0.0

build-types/arrays.d.ts

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## Master
## 2.0.0 (2020-04-15)
### Breaking Change
- Restructure package moving source files into `lib` directory. Direct imports of
`@wordpress/is-shallow-equal/arrays` and `@wordpress/is-shallow-equal/objects` were never
officially supported and have been removed. ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
### New feature
- Include TypeScript type declarations ([#18942](https://github.com/WordPress/gutenberg/pull/18942))
## 1.5.0 (2019-08-05)

@@ -2,0 +16,0 @@

15

package.json
{
"name": "@wordpress/is-shallow-equal",
"version": "1.8.0",
"version": "2.0.0",
"description": "Test for shallow equality between two objects or arrays.",

@@ -23,10 +23,11 @@ "author": "The WordPress Contributors",

"files": [
"arrays.js",
"index.js",
"objects.js"
"lib",
"build-types",
"*.md"
],
"main": "index.js",
"main": "lib/index.js",
"types": "build-types",
"sideEffects": false,
"dependencies": {
"@babel/runtime": "^7.8.3"
"@babel/runtime": "^7.9.2"
},

@@ -36,3 +37,3 @@ "publishConfig": {

},
"gitHead": "41fc84af285da696c65c235331ee245dfe23971d"
"gitHead": "65dbf3a9503402ca3837090dc89d0207f7d96352"
}
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