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

@types/sinon

Package Overview
Dependencies
Maintainers
1
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinon - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

sinon/LICENSE

3

sinon/index.d.ts

@@ -82,2 +82,3 @@ // Type definitions for Sinon 2.1.0

getCall(n: number): SinonSpyCall;
getCalls(): SinonSpyCall[];
reset(): void;

@@ -264,2 +265,4 @@ printf(format: string, ...args: any[]): string;

autoRespond(ms: number): void;
error(): void;
onerror(): void;
}

@@ -266,0 +269,0 @@

4

sinon/package.json
{
"name": "@types/sinon",
"version": "2.1.2",
"version": "2.1.3",
"description": "TypeScript definitions for Sinon",

@@ -24,4 +24,4 @@ "license": "MIT",

"peerDependencies": {},
"typesPublisherContentHash": "3c8a609b968d875d72b1fa71b2a7e3230b8d8b68e5e417adb3405f7ced706628",
"typesPublisherContentHash": "69c1a21329670219294ed3d39e3b635b97e091c115f2fa7dfca65a846e6fdf04",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Tue, 04 Apr 2017 17:21:52 GMT
* Last updated: Mon, 24 Apr 2017 15:16:44 GMT
* Dependencies: none

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

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