deep-equal-in-any-order
Advanced tools
Comparing version 1.0.11 to 1.0.12
{ | ||
"name": "deep-equal-in-any-order", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"description": "chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order", | ||
@@ -34,2 +34,3 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"@babel/core": "^7.3.3", | ||
"babel-cli": "^6.26.0", | ||
@@ -40,13 +41,13 @@ "babel-core": "^6.26.3", | ||
"babel-register": "^6.26.0", | ||
"chai": "^3.5.0", | ||
"chai-as-promised": "^6.0.0", | ||
"chai": "^4.2.0", | ||
"chai-as-promised": "^7.1.1", | ||
"chai-subset": "^1.6.0", | ||
"dirty-chai": "^1.2.2", | ||
"eslint": "^3.19.0", | ||
"eslint-config-airbnb-improved": "^2.3.0", | ||
"eslint-import-resolver-babel-module": "^4.0.0", | ||
"mocha": "^3.5.3", | ||
"sinon": "^2.4.1", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^5.14.1", | ||
"eslint-config-airbnb-improved": "^4.0.0", | ||
"eslint-import-resolver-babel-module": "^5.0.1", | ||
"mocha": "^6.0.0", | ||
"sinon": "^7.2.4", | ||
"sinon-as-promised": "^4.0.3", | ||
"sinon-chai": "^2.14.0" | ||
"sinon-chai": "^3.3.0" | ||
}, | ||
@@ -53,0 +54,0 @@ "dependencies": { |
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
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
4102
17