workerboxjs
Advanced tools
Comparing version 6.3.0 to 6.3.1
@@ -49,3 +49,3 @@ import createCallbackStore from './createCallbackStore.js'; | ||
if (options.serverUrl && options.appendVersion) { | ||
options.serverUrl = options.serverUrl + '/v6.3.0/'; | ||
options.serverUrl = options.serverUrl + '/v6.3.1/'; | ||
} | ||
@@ -52,0 +52,0 @@ |
{ | ||
"name": "workerboxjs", | ||
"version": "6.3.0", | ||
"version": "6.3.1", | ||
"type": "module", | ||
@@ -38,10 +38,10 @@ "description": "A secure sandbox to execute untrusted user JavaScript, in a web browser, without any risk to your own domain/site/page.", | ||
"@markwylde/ftp-deploy": "^2.0.3", | ||
"chokidar": "^3.6.0", | ||
"debounce": "^2.1.0", | ||
"esbuild": "^0.23.0", | ||
"chokidar": "^4.0.1", | ||
"debounce": "^2.1.1", | ||
"esbuild": "^0.24.0", | ||
"just-tap": "^2.9.4", | ||
"minify": "^11.4.0", | ||
"puppeteer": "^22.15.0", | ||
"servatron": "^2.5.0" | ||
"minify": "^11.4.1", | ||
"puppeteer": "^23.4.1", | ||
"servatron": "^2.7.3" | ||
} | ||
} |
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
15517