Socket
Socket
Sign inDemoInstall

worktank

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worktank - npm Package Compare versions

Comparing version 2.7.1 to 2.7.2

2

dist/index.js

@@ -11,3 +11,3 @@ /* IMPORT */

this.terminateTimeout = options.autoterminate ?? 60000;
this.env = options.env || {};
this.env = { ...globalThis.process?.env, ...options.env };
this.name = options.name ?? 'WorkTank-Worker';

@@ -14,0 +14,0 @@ this.size = options.size ?? 1;

@@ -5,3 +5,3 @@ {

"description": "A simple isomorphic library for executing functions inside WebWorkers or Node Threads pools.",
"version": "2.7.1",
"version": "2.7.2",
"type": "module",

@@ -8,0 +8,0 @@ "main": "dist/index.js",

@@ -34,3 +34,3 @@

this.terminateTimeout = options.autoterminate ?? 60000;
this.env = options.env || {};
this.env = { ...globalThis.process?.env, ...options.env };
this.name = options.name ?? 'WorkTank-Worker';

@@ -37,0 +37,0 @@ this.size = options.size ?? 1;

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