New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

uglify

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uglify

A simple tool to uglify javascript & css files

  • 0.1.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
560
decreased by-61.83%
Maintainers
1
Weekly downloads
 
Created
Source

Uglify:

Uglify is a simple tool to uglify javascript & css files

Installing:

 $ npm install -g uglify

Usage:

  $ uglify -h

  Usage: uglify [options]

  Options:

    -h, --help            output usage information
    -V, --version         output the version number
    -s, --source <items>  source files
    -o, --output [value]  output file
    -c, --css             whether uglify css files
    -r, --root [value]    static root directory name, used to replace css urls with absolute path

  Examples:

    $ uglify -s ~/application.js,~/home.js -o ~/home.min.js
    $ uglify -s ~/application.css,~/home.css -o ~/home.min.css -c
    $ uglify -s ~/application.css,~/home.css -o ~/home.min.css -r public -c

License:

MIT

FAQs

Package last updated on 04 Jun 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