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

@types/sinonjs__fake-timers

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/sinonjs__fake-timers - npm Package Compare versions

Comparing version 8.1.0 to 8.1.1

16

sinonjs__fake-timers/index.d.ts

@@ -126,2 +126,9 @@ // Type definitions for @sinonjs/fake-timers 8.1

/**
* Mimics performance.now().
*/
performance: {
now: () => number;
};
/**
* Don't know what this prop is for, but it was included in the clocks that `createClock` or

@@ -264,10 +271,3 @@ * `install` return (it is never used in the code, for now).

*/
export type BrowserClock = FakeClock<number> & {
/**
* Mimics performance.now().
*/
performance: {
now: () => number;
};
};
export type BrowserClock = FakeClock<number>;

@@ -274,0 +274,0 @@ /**

{
"name": "@types/sinonjs__fake-timers",
"version": "8.1.0",
"version": "8.1.1",
"description": "TypeScript definitions for @sinonjs/fake-timers",

@@ -43,4 +43,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/sinonjs__fake-timers",

"dependencies": {},
"typesPublisherContentHash": "60a1e8a8486645805b1084ac7f0a585a6c117c2ee6107ad8e4be17d9b8fd29c8",
"typeScriptVersion": "3.7"
"typesPublisherContentHash": "0a9ab57777b64eca4778e09596f9082dc67e788bb0b64cc635671a3b2c9744a0",
"typeScriptVersion": "3.8"
}

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

### Additional Details
* Last updated: Wed, 10 Nov 2021 17:31:29 GMT
* Last updated: Tue, 30 Nov 2021 01:31:09 GMT
* Dependencies: none

@@ -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