Socket
Socket
Sign inDemoInstall

@sinonjs/fake-timers

Package Overview
Dependencies
2
Maintainers
6
Versions
28
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 11.2.1 to 11.2.2

2

package.json
{
"name": "@sinonjs/fake-timers",
"description": "Fake JavaScript timers",
"version": "11.2.1",
"version": "11.2.2",
"homepage": "https://github.com/sinonjs/fake-timers",

@@ -6,0 +6,0 @@ "author": "Christian Johansen",

@@ -1581,2 +1581,4 @@ "use strict";

try {
runJobs(clock);
let numTimers;

@@ -1637,2 +1639,3 @@ if (i < clock.loopLimit) {

if (!timer) {
runJobs(clock);
resolve(clock.now);

@@ -1639,0 +1642,0 @@ }

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