Socket
Socket
Sign inDemoInstall

@eshaz/web-worker

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

1

cjs/node.js

@@ -135,2 +135,3 @@ /**

} = threads.workerData;
if (!mod) return mainThread();

@@ -137,0 +138,0 @@ // turn global into a mock WorkerGlobalScope

@@ -136,2 +136,3 @@ /**

let { mod, name, type } = threads.workerData;
if (!mod) return mainThread();

@@ -138,0 +139,0 @@ // turn global into a mock WorkerGlobalScope

5

package.json
{
"name": "@eshaz/web-worker",
"version": "1.2.0",
"version": "1.2.1",
"description": "Consistent Web Workers in browser and Node.",

@@ -51,4 +51,5 @@ "main": "./cjs/node.js",

"eslint": "^6.8.0",
"eslint-config-developit": "^1.1.1"
"eslint-config-developit": "^1.1.1",
"eslint-plugin-compat": "^4.1.4"
}
}
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