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 2.14.0 to 3.0.0

6

package.json

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

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

@@ -32,4 +32,4 @@ "license": "(BSD-2-Clause OR WTFPL)",

"peerDependencies": {
"chai": ">=1.9.2 <5",
"sinon": "^1.4.0 || ^2.1.0 || ^3.0.0 || ^4.0.0"
"chai": "^4.0.0",
"sinon": "^4.0.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -9,3 +9,3 @@ # Sinon.JS Assertions for Chai

```javascript
sinon.assertCalledWith(mySpy, "foo");
sinon.assert.calledWith(mySpy, "foo");
```

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