Socket
Socket
Sign inDemoInstall

minifist

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minifist

Compress & mangle a browserify bundle, and extract the source map to a separate file


Version published
Maintainers
1
Created
Source
browserify foo.js -d | minifist -o dist/bundle.js.map -u bundle.js.map >dist/bundle.js

Description:
  Compress & mangle a browserify bundle, and extract the source
  map to a separate file. Sane debugging for a production bundle
  without increasing the file size for typical users. Screw IE8.

Options:
  --out,  -o Where to put the new source map file
  --url,  -u Relative url of the source map [default: --out]
  --base, -b Rewrite file names using a base path [default: $PWD]

Keywords

FAQs

Package last updated on 21 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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