@wordpress/is-shallow-equal
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -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 @@ |
{ | ||
"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" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
21409
14
439
2