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

minify-stream

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

minify-stream - npm Package Versions

2.1.0

Diff

Changelog

Source

2.1.0

  • Support asynchronous uglify implementations. You can now use minify-stream with terser v5:
    var minifyStream = require('minify-stream')
    var minifier = minifyStream({ uglify: require('terser') })
    
goto-bus-stop
published 2.0.1 •

Changelog

Source

2.0.1

  • Unpin default terser version.
goto-bus-stop
published 2.0.0 •

Changelog

Source

2.0.0

  • Upgrade default terser version to v4.
goto-bus-stop
published 1.2.1 •

Changelog

Source

1.2.1

  • Pin terser to a version that does uses ES5 syntax.
  • Update streams dependencies.
goto-bus-stop
published 1.2.0 •

Changelog

Source

1.2.0

  • Switch to terser as the default uglify module. (#1)
goto-bus-stop
published 1.1.0 •

Changelog

Source

1.1.0

  • Now outputs sourcemaps by default
goto-bus-stop
published 1.0.0 •

Changelog

Source

1.0.0

  • Initial release
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