Socket
Socket
Sign inDemoInstall

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.18 to 1.1.19

4

build/index.js

@@ -40,4 +40,4 @@ 'use strict';

chai.assert.deepEqualInAnyOrder = (actual, expected) => chai.expect(actual).to.deep.equalInAnyOrder(expected);
chai.assert.notDeepEqualInAnyOrder = (actual, expected) => chai.expect(actual).to.not.deep.equalInAnyOrder(expected);
chai.assert.deepEqualInAnyOrder = (actual, expected, message) => chai.expect(actual).to.deep.equalInAnyOrder(expected, message);
chai.assert.notDeepEqualInAnyOrder = (actual, expected, message) => chai.expect(actual).to.not.deep.equalInAnyOrder(expected, message);
};
{
"name": "deep-equal-in-any-order",
"version": "1.1.18",
"version": "1.1.19",
"description": "chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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