webworker-threads
Advanced tools
Comparing version 0.5.7 to 0.6.0
@@ -0,1 +1,8 @@ | ||
## 0.6.0 | ||
## Compatibility | ||
* Support for Node 4.x (@brodybits) | ||
* Remove support for Node 0.8.x | ||
## 0.5.7 | ||
@@ -11,3 +18,3 @@ | ||
* Support for io.js-2.0.0. (@heavyk) | ||
* Support for io.js-1.0.x/2.0.0. (@heavyk) | ||
@@ -14,0 +21,0 @@ ## 0.5.5 |
{ | ||
"name": "webworker-threads", | ||
"version": "0.5.7", | ||
"version": "0.6.0", | ||
"main": "build/Release/WebWorkerThreads.node", | ||
@@ -39,2 +39,3 @@ "description": "Lightweight Web Worker API implementation with native threads", | ||
"dependencies": { | ||
"bindings": "1.2.x", | ||
"nan": "^2.0.9" | ||
@@ -47,4 +48,4 @@ }, | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">= 0.10.16" | ||
} | ||
} |
// Generated by LiveScript 1.3.1 | ||
(function(){ | ||
var Worker, w, slice$ = [].slice; | ||
Worker = require('webworker-threads').Worker; | ||
Worker = require('./').Worker; | ||
w = new Worker(function(){ | ||
@@ -6,0 +6,0 @@ return this.onmessage = function(arg$){ |
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
106
1789
251189
2
+ Addedbindings@1.2.x
+ Addedbindings@1.2.1(transitive)