sinon-chai
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -16,4 +16,7 @@ { | ||
], | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)", | ||
"contributors": [ | ||
"Simon de Lang <simondelang@gmail.com>" | ||
], | ||
"license": "(BSD-2-Clause OR WTFPL)", | ||
@@ -29,16 +32,16 @@ "repository": "domenic/sinon-chai", | ||
"lint": "eslint .", | ||
"cover": "istanbul cover node_modules/mocha/bin/_mocha && opener ./coverage/lcov-report/lib/sinon-chai.js.html" | ||
"cover": "nyc --reporter=html mocha && opener ./coverage/sinon-chai.js.html" | ||
}, | ||
"peerDependencies": { | ||
"chai": "^4.0.0", | ||
"sinon": ">=4.0.0 <8.0.0" | ||
"sinon": ">=4.0.0 <9.0.0" | ||
}, | ||
"devDependencies": { | ||
"chai": "^4.1.2", | ||
"eslint": "^3.19.0", | ||
"istanbul": "~0.4.5", | ||
"mocha": "^3.5.3", | ||
"opener": "^1.4.3", | ||
"sinon": "^7.0.0" | ||
"chai": "^4.2.0", | ||
"eslint": "^6.8.0", | ||
"mocha": "^6.2.2", | ||
"nyc": "^15.0.0", | ||
"opener": "^1.5.1", | ||
"sinon": "^8.0.1" | ||
} | ||
} |
@@ -130,3 +130,3 @@ # Sinon.JS Assertions for Chai | ||
Do an `npm install sinon-chai` to get up and running. Then: | ||
Do an `npm install --save-dev sinon-chai` to get up and running. Then: | ||
@@ -133,0 +133,0 @@ ```javascript |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16473
5
0