workerboxjs
Advanced tools
Comparing version 2.2.0 to 2.3.0
@@ -6,3 +6,3 @@ let workerBoxCount = 0; | ||
appendVersion: true, | ||
randomiseSubdomain: true, | ||
randomiseSubdomain: false, | ||
...options, | ||
@@ -16,3 +16,3 @@ } | ||
if (options.appendVersion) { | ||
scriptUrl = scriptUrl + '/v2.2.0/'; | ||
scriptUrl = scriptUrl + '/v2.3.0/'; | ||
} | ||
@@ -19,0 +19,0 @@ |
{ | ||
"name": "workerboxjs", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"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.", |
@@ -18,3 +18,3 @@ # WorkerBox | ||
const run = await createWorkerBox('https://workerbox.net/'); | ||
const run = await createWorkerBox('https://sandbox.workerbox.net/'); | ||
@@ -21,0 +21,0 @@ const result = await run(` |
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
4059