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.8.0 to 0.8.1

2

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

2

package.json
{
"name": "browser-pack",
"version": "0.8.0",
"version": "0.8.1",
"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