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.1 to 2.1.2

3

sinon/index.d.ts

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

interface SinonSandbox {
assert: SinonAssert;
clock: SinonFakeTimers;

@@ -411,2 +412,4 @@ requests: SinonFakeXMLHttpRequest;

resetBehavior(): void;
verify(): void;
verifyAndRestore(): void;
}

@@ -413,0 +416,0 @@

4

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

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

"peerDependencies": {},
"typesPublisherContentHash": "44f1be92872ff54e1a5efb696b694f5223212fd57e8f7f7467bf3d08b1b6b19b",
"typesPublisherContentHash": "3c8a609b968d875d72b1fa71b2a7e3230b8d8b68e5e417adb3405f7ced706628",
"typeScriptVersion": "2.0"
}

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

Additional Details
* Last updated: Fri, 31 Mar 2017 17:10:08 GMT
* Last updated: Tue, 04 Apr 2017 17:21:52 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