workerboxjs
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -1,2 +0,2 @@ | ||
import argsToString from './argsToString'; | ||
import argsToString from './argsToString.js'; | ||
@@ -3,0 +3,0 @@ function decodeArg (arg, addCallback, runCallback) { |
@@ -43,3 +43,3 @@ import createCallbackStore from './createCallbackStore.js'; | ||
if (options.appendVersion) { | ||
scriptUrl = scriptUrl + '/v5.0.0/'; | ||
scriptUrl = scriptUrl + '/v5.0.1/'; | ||
} | ||
@@ -46,0 +46,0 @@ |
@@ -1,2 +0,2 @@ | ||
import encodeArg from './encodeArg'; | ||
import encodeArg from './encodeArg.js'; | ||
@@ -3,0 +3,0 @@ function scopeToString (scope, addCallback, runCallback) { |
{ | ||
"name": "workerboxjs", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"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
10843