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

.editorconfig

21

package.json
{
"name": "chai-quantifiers",
"version": "1.0.11",
"version": "1.0.12",
"description": "Array quantifier assertions for chai assertion library",
"main": "src/chai-quantifiers.js",
"main": "src/index.js",
"types": "src/index.d.ts",
"repository": {

@@ -25,4 +26,6 @@ "type": "git",

"lint": "eslint . --ignore-path ./.eslintignore",
"test": "NODE_ENV=test mocha --recursive test",
"cover": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test",
"test": "npm run test:unit && npm run test:typescript",
"test:unit": "mocha --exit --recursive test/**/*.spec.js",
"test:typescript": "mocha -r ts-node/register --exit --recursive test/**/*.spec.ts",
"cover": "NODE_ENV=test nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive test/**/*.spec.js",
"coveralls": "npm run cover && nyc report --reporter=lcovonly && cat ./coverage/lcov.info | coveralls",

@@ -35,11 +38,15 @@ "preversion": "npm run lint && npm test"

"devDependencies": {
"@types/chai": "^4.2.14",
"@types/mocha": "^8.2.0",
"@types/node": "^14.14.20",
"chai": "^4.2.0",
"coveralls": "^3.1.0",
"eslint": "^7.16.0",
"eslint": "^7.17.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-should-promised": "^2.0.0",
"mocha": "^8.2.1",
"nyc": "^15.1.0"
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typescript": "^4.1.3"
},

@@ -46,0 +53,0 @@ "peerDependencies": {

@@ -8,3 +8,3 @@ const chai = require('chai');

describe('chai-quentifiers', () => {
describe('chai-quantifiers', () => {
describe('containAll', () => {

@@ -11,0 +11,0 @@ it('should be true if all items are true', () => {

Sorry, the diff of this file is not supported yet

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