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.0.0 to 1.0.1

src/index.js

12

package.json
{
"name": "deep-equal-in-any-order",
"version": "1.0.0",
"version": "1.0.1",
"description": "chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order",
"main": "build/index.js",
"main": "src/index.js",
"scripts": {
"build": "rm -rf build && babel src --out-dir build --ignore tests",
"create-project-symlink": "scripts/create-project-symlink.sh",
"lint": "eslint src",
"postinstall": "npm run create-project-symlink",
"prepublish": "npm run build",
"test": "mocha -r babel-register --recursive src/tests --timeout 5000"
"test": "mocha --recursive src/tests --timeout 5000"
},

@@ -26,6 +24,2 @@ "repository": {

"devDependencies": {
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",

@@ -32,0 +26,0 @@ "chai-as-promised": "^6.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