webworker-threads
Advanced tools
Comparing version 0.6.3 to 0.6.4
@@ -0,1 +1,8 @@ | ||
## 0.7.1 | ||
### Bug Fixes | ||
* Green tests by allowing normal exit after `.terminate()` | ||
* Do not reuse threads after `.terminate()`; fixed #62. | ||
## 0.6.3 | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "webworker-threads", | ||
"version": "0.6.3", | ||
"version": "0.6.4", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "description": "Lightweight Web Worker API implementation with native threads", |
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
252741