Socket
Socket
Sign inDemoInstall

worktank

Package Overview
Dependencies
2
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.4.0 to 2.4.1

2

dist/types.d.ts

@@ -33,3 +33,3 @@ type FN = (...args: any[]) => any;

autoterminate?: number;
methods: Methods<MethodName, MethodFunction> | string;
methods: Methods<MethodName, MethodFunction> | URL | string;
};

@@ -36,0 +36,0 @@ type Task<MethodName extends string = string, MethodFunction extends FN = FN> = {

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

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

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

@@ -49,3 +49,3 @@

autoterminate?: number,
methods: Methods<MethodName, MethodFunction> | string
methods: Methods<MethodName, MethodFunction> | URL | string
};

@@ -52,0 +52,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