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

browser-pack

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browser-pack - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

test/only_execute_entries.js

6

index.js

@@ -30,2 +30,3 @@ var JSONStream = require('JSONStream');

var entries = [];
var order = [];

@@ -48,3 +49,6 @@ return duplexer(parser, output);

first = false;
entries.push(row.id);
if (row.entry && row.order !== undefined) {
entries.splice(row.order, 0, row.id);
}
else if (row.entry) entries.push(row.id);
}

@@ -51,0 +55,0 @@

2

package.json
{
"name": "browser-pack",
"version": "0.1.2",
"version": "0.2.0",
"description": "pack node-style source files from a json stream into a browser bundle",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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