Socket
Socket
Sign inDemoInstall

browser-module-sandbox

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-module-sandbox - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

package.json
{
"name": "browser-module-sandbox",
"version": "2.0.0",
"version": "2.0.1",
"description": "uses browserify-cdn to run node code in an iframe",

@@ -5,0 +5,0 @@ "repository": {

@@ -120,4 +120,6 @@ "use strict";

if (err) {
self.emit("bundleError", err);
return err;
var errText = err.response && err.response.text;
self.emit("bundleError", errText);
return errText;
} else if (resp.statusCode == 500) {

@@ -124,0 +126,0 @@ self.emit("bundleError", resp.text);

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