Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

@jest/fake-timers

Package Overview
Dependencies
41
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 30.0.0-alpha.1 to 30.0.0-alpha.2

5

build/index.d.ts

@@ -7,5 +7,6 @@ /**

*/
import type {Config} from '@jest/types';
import type {ModuleMocker} from 'jest-mock';
import {Config} from '@jest/types';
import {StackTraceConfig} from 'jest-message-util';
import {ModuleMocker} from 'jest-mock';

@@ -12,0 +13,0 @@ declare type Callback = (...args: Array<unknown>) => void;

14

package.json
{
"name": "@jest/fake-timers",
"version": "30.0.0-alpha.1",
"version": "30.0.0-alpha.2",
"repository": {

@@ -22,11 +22,11 @@ "type": "git",

"dependencies": {
"@jest/types": "30.0.0-alpha.1",
"@jest/types": "30.0.0-alpha.2",
"@sinonjs/fake-timers": "^11.1.0",
"@types/node": "*",
"jest-message-util": "30.0.0-alpha.1",
"jest-mock": "30.0.0-alpha.1",
"jest-util": "30.0.0-alpha.1"
"jest-message-util": "30.0.0-alpha.2",
"jest-mock": "30.0.0-alpha.2",
"jest-util": "30.0.0-alpha.2"
},
"devDependencies": {
"@jest/test-utils": "30.0.0-alpha.1",
"@jest/test-utils": "30.0.0-alpha.2",
"@types/sinonjs__fake-timers": "^8.1.2"

@@ -40,3 +40,3 @@ },

},
"gitHead": "d005cb2505c041583e0c5636d006e08666a54b63"
"gitHead": "c04d13d7abd22e47b0997f6027886aed225c9ce4"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc