workerboxjs
Advanced tools
Comparing version 3.3.1 to 3.3.3
let workerBoxCount = 0; | ||
function createWorkerBox (scriptUrl, options) { | ||
export function createWorkerBox (scriptUrl, options) { | ||
options = { | ||
@@ -14,3 +14,3 @@ appendVersion: true, | ||
if (options.appendVersion) { | ||
scriptUrl = scriptUrl + '/v3.3.1/'; | ||
scriptUrl = scriptUrl + '/v3.3.2/'; | ||
} | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "workerboxjs", | ||
"version": "3.3.1", | ||
"version": "3.3.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A secure sandbox to execute untrusted user JavaScript, in a web browser, without any risk to your own domain/site/page.", |
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
9380