Socket
Socket
Sign inDemoInstall

workerboxjs

Package Overview
Dependencies
Maintainers
1
Versions
31
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 5.0.1 to 5.0.2

2

lib/encodeArg.js

@@ -6,3 +6,3 @@ function encodeArg (arg, addCallback, runCallback) {

return ['array', arg.map(arg => encodeArg(arg, addCallback, runCallback))];
} else if (typeof arg === 'object') {
} else if (typeof arg === 'object' && arg !== null) {
const newArg = {};

@@ -9,0 +9,0 @@ for (const key in arg) {

@@ -43,3 +43,3 @@ import createCallbackStore from './createCallbackStore.js';

if (options.appendVersion) {
scriptUrl = scriptUrl + '/v5.0.1/';
scriptUrl = scriptUrl + '/v5.0.2/';
}

@@ -46,0 +46,0 @@

{
"name": "workerboxjs",
"version": "5.0.1",
"version": "5.0.2",
"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.",

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