Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deep-equal-in-any-order

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-equal-in-any-order - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

6

build/index.js

@@ -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 @@

5

package.json
{
"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"
}
}
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