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.9.2 to 0.9.3

test/unicode.js

2

bin/cmd.js
#!/usr/bin/env node
var pack = require('./')();
var pack = require('../')();
process.stdin.pipe(pack).pipe(process.stdout);

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

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

@@ -53,3 +52,7 @@ var lineno = 1 + newlinesIn(prelude);

'\n},',
JSON.stringify(row.deps || {}),
'{' + Object.keys(row.deps || {}).sort().map(function (key) {
return JSON.stringify(key) + ':'
+ JSON.stringify(row.deps[key])
;
}).join(',') + '}',
']'

@@ -56,0 +59,0 @@ ].join('');

{
"name": "browser-pack",
"version": "0.9.2",
"version": "0.9.3",
"description": "pack node-style source files from a json stream into a browser bundle",

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

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