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.0.2 to 1.1.0

build-module/arrays.js

1

benchmark/index.js

@@ -51,3 +51,4 @@ 'use strict';

suite
// eslint-disable-next-line no-console
.on( 'cycle', ( event ) => console.log( event.target.toString() ) )
.run( { async: true } );

@@ -0,1 +1,6 @@

## 1.1.0 (2018-07-12)
- Updated build to work with Babel 7 ([#7832](https://github.com/WordPress/gutenberg/pull/7832))
- Moved `@WordPress/packages` repository to `@WordPress/gutenberg` ([#7805](https://github.com/WordPress/gutenberg/pull/7805))
## 1.0.2 (2018-05-08)

@@ -2,0 +7,0 @@

16

package.json
{
"name": "@wordpress/is-shallow-equal",
"version": "1.0.2",
"version": "1.1.0",
"description": "Test for shallow equality between two objects or arrays",
"author": "WordPress",
"author": "The WordPress Contributors",
"license": "GPL-2.0-or-later",
"keywords": [
"wordpress",
"shallow",

@@ -12,10 +13,12 @@ "shallow-equal",

],
"homepage": "https://github.com/WordPress/packages/tree/master/packages/is-shallow-equal/README.md",
"homepage": "https://github.com/WordPress/gutenberg/tree/master/packages/is-shallow-equal/README.md",
"repository": {
"type": "git",
"url": "https://github.com/WordPress/packages.git"
"url": "https://github.com/WordPress/gutenberg.git"
},
"bugs": {
"url": "https://github.com/WordPress/packages/issues"
"url": "https://github.com/WordPress/gutenberg/issues"
},
"main": "build/index.js",
"module": "build-module/index.js",
"devDependencies": {

@@ -31,3 +34,4 @@ "benchmark": "^2.1.4",

"access": "public"
}
},
"gitHead": "8827c049ec802471f51a5cb906d9096ffc1b4e48"
}
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