🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

jstransformer-uglify-js

Package Overview
Dependencies
Maintainers
6
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jstransformer-uglify-js

UglifyJS support for JSTransformers.

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
2.9K
28.29%
Maintainers
6
Weekly downloads
 
Created
Source

jstransformer-uglify-js

UglifyJS support for JSTransformers.

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-uglify-js

API

var uglify = require('jstransformer')(require('jstransformer-uglify-js'));

uglify.render('var x = 5; var y = 6;').body
//=> 'var x=5,y=6'

License

MIT

Keywords

jstransformer

FAQs

Package last updated on 09 Mar 2017

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