deep-equal-in-any-order
Advanced tools
Comparing version 1.1.14 to 1.1.15
@@ -7,2 +7,6 @@ 'use strict'; | ||
var _sortAny = require('sort-any'); | ||
var _sortAny2 = _interopRequireDefault(_sortAny); | ||
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } | ||
@@ -19,3 +23,3 @@ | ||
return new Set(object.map(sortDeep)); | ||
return (0, _sortAny2.default)(object.map(sortDeep)); | ||
}; | ||
@@ -22,0 +26,0 @@ |
{ | ||
"name": "deep-equal-in-any-order", | ||
"version": "1.1.14", | ||
"version": "1.1.15", | ||
"description": "chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order", | ||
@@ -56,4 +56,5 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"lodash.mapvalues": "^4.6.0" | ||
"lodash.mapvalues": "^4.6.0", | ||
"sort-any": "^2.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
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
4323
27
2
+ Addedsort-any@^2.0.0
+ Addedlodash@4.17.21(transitive)
+ Addedsort-any@2.0.0(transitive)