webworker-threads
Advanced tools
Comparing version 0.7.5 to 0.7.7
@@ -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 @@ |
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253662
472
2716