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.4.0 to 3.5.0

5

CHANGELOG.md

@@ -6,2 +6,7 @@ # Change log

### Features
* Add support for sinon 9 ([#147](https://github.com/domenic/sinon-chai/issues/147))
## 3.4.0
### Features
* Add support for sinon 8 ([#143](https://github.com/domenic/sinon-chai/issues/143))

8

package.json

@@ -16,3 +16,3 @@ {

],
"version": "3.4.0",
"version": "3.5.0",
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me/)",

@@ -36,3 +36,3 @@ "contributors": [

"chai": "^4.0.0",
"sinon": ">=4.0.0 <9.0.0"
"sinon": ">=4.0.0 <10.0.0"
},

@@ -42,7 +42,7 @@ "devDependencies": {

"eslint": "^6.8.0",
"mocha": "^6.2.2",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"opener": "^1.5.1",
"sinon": "^8.0.1"
"sinon": "^9.0.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