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.5 to 3.2.6

4

sinon-chai/index.d.ts

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

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

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

{
"name": "@types/sinon-chai",
"version": "3.2.5",
"version": "3.2.6",
"description": "TypeScript definitions for sinon-chai",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinon-chai",
"license": "MIT",

@@ -35,4 +36,4 @@ "contributors": [

},
"typesPublisherContentHash": "aff8485d813d7dc5dd89d74fe3112abd65151dc0ca1291539a6f7f3f6af90a8d",
"typeScriptVersion": "3.2"
"typesPublisherContentHash": "3dc7c9a667026d410bf1efeff78cc79084501397ee2b30c0d20424f0ee0e38ba",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Fri, 25 Sep 2020 23:56:34 GMT
* Last updated: Thu, 25 Nov 2021 09:31:04 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