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.9.0 to 2.10.0

2

lib/sinon-chai.js

@@ -125,2 +125,4 @@ (function (sinonChai) {

sinonMethod("calledAfter", "been called after %1");
sinonMethod("calledImmediatelyBefore", "been called immediately before %1");
sinonMethod("calledImmediatelyAfter", "been called immediately after %1");
sinonMethod("calledOn", "been called with %1 as this", ", but it was called with %t instead");

@@ -127,0 +129,0 @@ sinonMethod("calledWith", "been called with arguments %*", "%C");

4

LICENSE.txt

@@ -5,3 +5,3 @@ Dual licensed under WTFPL and BSD:

Copyright © 2012–2015 Domenic Denicola <d@domenic.me>
Copyright © 2012–2017 Domenic Denicola <d@domenic.me>

@@ -28,3 +28,3 @@ This work is free. You can redistribute it and/or modify it under the

Copyright © 2012–2015, Domenic Denicola <d@domenic.me>
Copyright © 2012–2017, Domenic Denicola <d@domenic.me>
All rights reserved.

@@ -31,0 +31,0 @@

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

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

@@ -19,0 +19,0 @@ "license": "(BSD-2-Clause OR WTFPL)",

@@ -68,2 +68,10 @@ # Sinon.JS Assertions for Chai

<tr>
<td>calledImmediatelyBefore</td>
<td>spy.should.have.been.calledImmediatelyBefore(spy2)</td>
</tr>
<tr>
<td>calledImmediatelyAfter</td>
<td>spy.should.have.been.calledImmediatelyAfter(spy2)</td>
</tr>
<tr>
<td>calledWithNew</td>

@@ -70,0 +78,0 @@ <td>spy.should.have.been.calledWithNew</td>

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