Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

workerboxjs

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

workerboxjs - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

4

lib/index.js

@@ -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(`

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc