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

webworker-threads

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webworker-threads - npm Package Compare versions

Comparing version 0.7.5 to 0.7.7

10

CHANGES.md

@@ -0,1 +1,11 @@

## 0.7.7
* Fix building on nw and node for Windows 10. (@Demiguise)
## 0.7.5
## Documentation Fixes
* Replace all use of process.nextTick() to setImmediate. (@Cyber1000)
## 0.7.4

@@ -2,0 +12,0 @@

2

package.json
{
"name": "webworker-threads",
"version": "0.7.5",
"version": "0.7.7",
"main": "index.js",

@@ -5,0 +5,0 @@ "description": "Lightweight Web Worker API implementation with native threads",

@@ -9,2 +9,4 @@ # WebWorker Threads

**Note**: If you would like to `require()` native modules in a worker, please consider using the process-based [tiny-worker](https://www.npmjs.com/package/tiny-worker) instead. It does not use threads, but the WebWorker API is compatible.
This module requires Node.js 0.10.0+ and a working [node-gyp toolchain](https://github.com/nodejs/node-gyp#installation).

@@ -11,0 +13,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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