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

chai-quantifiers

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chai-quantifiers - npm Package Compare versions

Comparing version 1.0.0-beta.1 to 1.0.0-beta.2

6

package.json
{
"name": "chai-quantifiers",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "Array quantifier assertions for chai assertion library",

@@ -36,3 +36,3 @@ "main": "src/chai-quantifiers.js",

"coveralls": "^3.0.0",
"eslint": "^4.18.0",
"eslint": "^4.18.2",
"eslint-config-airbnb-base": "^12.1.0",

@@ -42,3 +42,3 @@ "eslint-plugin-import": "^2.9.0",

"eslint-plugin-should-promised": "^2.0.0",
"mocha": "^5.0.1",
"mocha": "^5.0.4",
"nyc": "^11.4.1"

@@ -45,0 +45,0 @@ },

@@ -9,3 +9,3 @@ # chai-quantifiers

[![Greenkeeper badge](https://badges.greenkeeper.io/frankthelen/chai-quantifiers.svg)](https://greenkeeper.io/)
[![Maintainability](https://api.codeclimate.com/v1/badges/2b21f79b2657870c146f/maintainability)](https://codeclimate.com/github/frankthelen/chai-quantifiers/maintainability)
[![Maintainability](https://api.codeclimate.com/v1/badges/44fb4c780c3f36b0d04f/maintainability)](https://codeclimate.com/github/frankthelen/chai-quantifiers/maintainability)
[![node](https://img.shields.io/node/v/chai-quantifiers.svg)]()

@@ -12,0 +12,0 @@ [![code style](https://img.shields.io/badge/code_style-airbnb-brightgreen.svg)](https://github.com/airbnb/javascript)

@@ -24,4 +24,4 @@ const evaluate = (array, predicate) =>

t.length >= 1,
'expected array to contain one or more items to be true, but all items are false',
`expected array not to contain one or more items to be true, but items at indexes [${t}] are true`
'expected array to contain at least one item to be true, but all items are false',
`expected array not to contain at least one item to be true, but items at indexes [${t}] are true`
);

@@ -28,0 +28,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