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

sinon-chai

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sinon-chai - npm Package Compare versions

Comparing version 3.3.0 to 3.4.0

CHANGELOG.md

21

package.json

@@ -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

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