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

@types/sinon-chai

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinon-chai - npm Package Compare versions

Comparing version 3.2.7 to 3.2.8

8

sinon-chai/index.d.ts

@@ -45,7 +45,7 @@ // Type definitions for sinon-chai 3.2.0

*/
calledBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall): Assertion;
calledBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall|Sinon.SinonStub): Assertion;
/**
* Returns true if the spy was called after anotherSpy.
*/
calledAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall): Assertion;
calledAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonSpyCall|Sinon.SinonStub): Assertion;
/**

@@ -55,3 +55,3 @@ * Returns true if spy was called before anotherSpy, and no spy calls occurred

*/
calledImmediatelyBefore(anotherSpy: Sinon.SinonSpy): Assertion;
calledImmediatelyBefore(anotherSpy: Sinon.SinonSpy|Sinon.SinonStub): Assertion;
/**

@@ -61,3 +61,3 @@ * Returns true if spy was called after anotherSpy, and no spy calls occurred

*/
calledImmediatelyAfter(anotherSpy: Sinon.SinonSpy): Assertion;
calledImmediatelyAfter(anotherSpy: Sinon.SinonSpy|Sinon.SinonStub): Assertion;
/**

@@ -64,0 +64,0 @@ * Returns true if spy/stub was called with the new operator. Beware that

{
"name": "@types/sinon-chai",
"version": "3.2.7",
"version": "3.2.8",
"description": "TypeScript definitions for sinon-chai",

@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-chai",

},
"typesPublisherContentHash": "6fbe0a1a8162de6166ee4df82967dbd42e951225402f7fd6488547c1414e4061",
"typesPublisherContentHash": "0022d0bab0d900c86ce2bf838e67638493eba3b7cd888e9c531c3e36c00e2237",
"typeScriptVersion": "3.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Thu, 23 Dec 2021 23:35:50 GMT
* Last updated: Fri, 31 Dec 2021 17:01:27 GMT
* Dependencies: [@types/sinon](https://npmjs.com/package/@types/sinon), [@types/chai](https://npmjs.com/package/@types/chai)

@@ -14,0 +14,0 @@ * Global values: none

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