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 4.3.0 to 4.3.1

11

sinon/index.d.ts

@@ -237,6 +237,11 @@ // Type definitions for Sinon 4.3

interface SinonFakeTimersConfig {
now: number | Date;
toFake: string[];
shouldAdvanceTime: boolean;
}
interface SinonFakeTimersStatic {
(): SinonFakeTimers;
(...timers: string[]): SinonFakeTimers;
(now: number, ...timers: string[]): SinonFakeTimers;
(now?: number | Date): SinonFakeTimers;
(config?: Partial<SinonFakeTimersConfig>): SinonFakeTimers;
}

@@ -243,0 +248,0 @@

{
"name": "@types/sinon",
"version": "4.3.0",
"version": "4.3.1",
"description": "TypeScript definitions for Sinon",

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

"dependencies": {},
"typesPublisherContentHash": "b7ed13f77cb43e1c4b3b9779ce65e66adeabca420beedb00a1256d2e87b58909",
"typesPublisherContentHash": "b67d8134cedc1738e4956a350bf61589807cfb97d3e393e3ee7c0c0682292942",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Wed, 28 Feb 2018 23:22:44 GMT
* Last updated: Wed, 04 Apr 2018 20:48:53 GMT
* Dependencies: none

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

Sorry, the diff of this file is not supported yet

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