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

@xylabs/threads

Package Overview
Dependencies
Maintainers
7
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xylabs/threads - npm Package Compare versions

Comparing version 3.0.11 to 3.0.12

2

dist-esm/master/spawn.js

@@ -17,3 +17,3 @@ /* eslint-disable @typescript-eslint/no-floating-promises */

Number.parseInt(process.env.THREADS_WORKER_INIT_TIMEOUT, 10)
: 10000;
: 10_000;
async function withTimeout(promise, timeoutInMs, errorMessage) {

@@ -20,0 +20,0 @@ let timeoutHandle;

@@ -23,3 +23,3 @@ "use strict";

Number.parseInt(process.env.THREADS_WORKER_INIT_TIMEOUT, 10)
: 10000;
: 10_000;
async function withTimeout(promise, timeoutInMs, errorMessage) {

@@ -26,0 +26,0 @@ let timeoutHandle;

{
"name": "@xylabs/threads",
"version": "3.0.11",
"version": "3.0.12",
"description": "Web workers & worker threads as simple as a function call",

@@ -97,3 +97,3 @@ "license": "MIT",

"ts-node": "^9.1.1",
"typescript": "^4.9.5",
"typescript": "^5.4.2",
"wavy": "^1.0.4",

@@ -100,0 +100,0 @@ "webpack": "^4.47.0",

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