tiny-worker
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -62,3 +62,3 @@ "use strict"; | ||
Reflect.ownKeys(global.self).forEach(function (key) { | ||
Object.keys(global.self).forEach(function (key) { | ||
global[key] = global.self[key]; | ||
@@ -65,0 +65,0 @@ }); |
{ | ||
"name": "tiny-worker", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Tiny WebWorker for Server", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
8445