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

esmall

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

esmall

Pretty Naive

1.2.2
Version published
Weekly downloads
85
8400%
Maintainers
1
Weekly downloads
 
Created

esmall

a simple minifier for for es+ code

📛 WARNING 📛

This is super jank, likely to break your code.

For best results use semi colons!

How it works

Does a little reggae

Using the cli

$ npm install --global esmall
$ esmall input.js // output to stdout
$ esmall input.js -o output.min.js // output to file
$ cat path/to/file.js | esmall > this-works.min.js

Current API

var esmall = require('esmall');
esmall('code', (e, min) => {
  if (e) return console.error(new Error(e));
  console.log(min);
});

This is gross

I know 🎉

TODO

  • stream interface for api
  • sync interface for api
  • embed babili

License

Apache v2.0

FAQs

Package last updated on 17 Dec 2016

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