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

chai-subset-in-order

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-subset-in-order - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

10

package.json
{
"name": "chai-subset-in-order",
"version": "2.1.2",
"version": "2.1.3",
"description": "Chai plugin to test matching subsets in the same order",

@@ -28,7 +28,7 @@ "main": "lib/chai-subset-in-order.js",

"devDependencies": {
"chai": "3.5.0",
"coveralls": "2.11.14",
"chai": "4.2.0",
"coveralls": "3.0.2",
"istanbul": "0.4.5",
"mocha": "3.1.0",
"mocha-eslint": "3.0.1"
"mocha": "6.0.0",
"mocha-eslint": "5.0.0"
},

@@ -35,0 +35,0 @@ "files": [

@@ -0,1 +1,3 @@

[![NPM status](https://nodei.co/npm/chai-subset-in-order.png?downloads=true&stars=true)](https://npmjs.org/package/chai-subset-in-order)
"containSubsetInOrder" object properties matcher for [Chai](http://chaijs.com/) assertion library

@@ -29,2 +31,2 @@

expect([{ foo: 123, bar: 456 }, { baz: 111 }]).to.not.containSubsetInOrder([{ baz: 111 }, { foo: 123 }]);
```
```
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