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

chai-arrays

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-arrays - npm Package Compare versions

Comparing version 2.0.0 to 2.2.0

.github/workflows/test.yaml

5

.eslintrc.js

@@ -245,4 +245,5 @@ module.exports = {

"describe": true,
"it": true
"it": true,
"xit": true
}
};
};

8

package.json
{
"name": "chai-arrays",
"version": "2.0.0",
"version": "2.2.0",
"description": "a simple chai plugin for better array assertions",

@@ -31,7 +31,7 @@ "main": "assertArrays.js",

"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.10.2",
"chai": "^4.2.0",
"eslint": "^7.2.0",
"istanbul": "^0.4.5",
"mocha": "^3.1.2"
"mocha": "^8.0.1"
}
}

@@ -1,2 +0,2 @@

# chai-arrays [![CircleCI](https://circleci.com/gh/GaneshSPatil/chai-arrays.svg?style=shield)](https://circleci.com/gh/GaneshSPatil/chai-arrays)
# chai-arrays ![Continuous Integration](https://github.com/GaneshSPatil/chai-arrays/workflows/Continuous%20Integration/badge.svg)
a simple chai plugin for better array assertions

@@ -94,1 +94,19 @@

```
## License
```plain
Copyright 2020 @ GaneshSPatil
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
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