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.11 to 1.1.12

2

build/index.js

@@ -15,3 +15,3 @@ 'use strict';

if (!Array.isArray(object)) {
if (!(typeof object === 'object') || object === null) {
if (typeof object !== 'object' || object === null || object instanceof Date) {
return object;

@@ -18,0 +18,0 @@ }

{
"name": "deep-equal-in-any-order",
"version": "1.1.11",
"version": "1.1.12",
"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