Socket
Socket
Sign inDemoInstall

browser-module-sandbox

Package Overview
Dependencies
11
Maintainers
3
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.4 to 1.4.5

6

index.js

@@ -59,3 +59,7 @@ 'use strict';

modules.forEach(function(module) {
module = module + '@' + (preferredVersions[module] || 'latest')
if (module.indexOf('@') <= 0) {
module = module + '@' + (preferredVersions[module] || 'latest')
} else {
entry = entry.replace(module, module.split('@')[0])
}

@@ -62,0 +66,0 @@ if (cached[module]) {

2

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

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc