deep-equal-in-any-order
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "deep-equal-in-any-order", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order", | ||
"main": "build/index.js", | ||
"main": "src/index.js", | ||
"scripts": { | ||
"build": "rm -rf build && babel src --out-dir build --ignore tests", | ||
"create-project-symlink": "scripts/create-project-symlink.sh", | ||
"lint": "eslint src", | ||
"postinstall": "npm run create-project-symlink", | ||
"prepublish": "npm run build", | ||
"test": "mocha -r babel-register --recursive src/tests --timeout 5000" | ||
"test": "mocha --recursive src/tests --timeout 5000" | ||
}, | ||
@@ -26,6 +24,2 @@ "repository": { | ||
"devDependencies": { | ||
"babel-cli": "^6.24.0", | ||
"babel-core": "^6.24.0", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0", | ||
"babel-register": "^6.24.0", | ||
"chai": "^3.5.0", | ||
@@ -32,0 +26,0 @@ "chai-as-promised": "^6.0.0", |
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
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
7779
10
6
258