web-worker-manager
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "worker-manager", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Worker manager", | ||
@@ -27,2 +27,2 @@ "keywords": [ | ||
] | ||
} | ||
} |
@@ -0,1 +1,6 @@ | ||
0.1.1 / 2015-11-19 | ||
================== | ||
* fix template to work with babel | ||
0.1.0 / 2015-09-03 | ||
@@ -2,0 +7,0 @@ ================== |
{ | ||
"name": "web-worker-manager", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Worker manager", | ||
@@ -26,2 +26,2 @@ "keywords": [ | ||
} | ||
} | ||
} |
@@ -40,6 +40,6 @@ 'use strict'; | ||
}; | ||
(("CODE")) | ||
"CODE"; | ||
}; | ||
var workerStr = worker.toString().split('(("CODE"))'); | ||
var workerStr = worker.toString().split('"CODE";'); | ||
@@ -46,0 +46,0 @@ exports.newWorkerURL = function newWorkerURL(code, deps) { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
8847
204
1