You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@netlify/async-workloads

Package Overview
Dependencies
Maintainers
23
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/async-workloads - npm Package Compare versions

Comparing version

to
0.0.10

4

_internal/scheduler.js

@@ -43,5 +43,5 @@ import {

const startRun = Date.now();
setTimeout(() => {
setInterval(() => {
console.log(Date.now() - startRun);
}, 1e3);
}, 100);
console.log("State processor should run? ", shouldRunProcessor, processorInfo.name, `in ${startRun - start}ms`);

@@ -48,0 +48,0 @@ if (shouldRunProcessor) {

{
"name": "@netlify/async-workloads",
"version": "0.0.9",
"version": "0.0.10",
"main": "index.js",

@@ -5,0 +5,0 @@ "module": "index.js",