Socket
Book a DemoInstallSign in
Socket
v

vignesh.shanmugam

npm

Packages

Co-maintainers

184 packages

agent-pool

Agent pool that rotates keepalive agents for traffic switching via DNS

babel-helper-evaluate-path

path.evaluate wrapped in a try catch

babel-helper-flip-expressions

## Installation

babel-helper-is-nodes-equiv

## Installation

babel-helper-is-void-0

## Installation

babel-helper-mark-eval-scopes

Mark scopes for deopt which contain a direct eval call

babel-helper-remove-or-void

## Installation

babel-helper-to-multiple-sequence-expressions

## Installation

babel-minify

✂️ An ES6+ aware minifier based on the Babel toolchain (beta)

babel-plugin-minify-builtins

Minify Standard built-in Objects

babel-plugin-minify-constant-folding

Tries to evaluate expressions and inline the result.

babel-plugin-minify-dead-code-elimination

Inlines bindings when possible. Tries to evaluate expressions and prunes unreachable as a result.

babel-plugin-minify-empty-function

This is mostly a Facebook-specific transform that removes noop function calls. However, can be generalized to detect and remove noops.

babel-plugin-minify-flip-comparisons

**Note:** while this plugin doesn’t shorten the output in any way, it does optimize it for repetition-based compression algorithms such as gzip.

babel-plugin-minify-guarded-expressions

## Example

babel-plugin-minify-infinity

## Example

babel-plugin-minify-mangle-names

Context- and scope- aware variable renaming.

babel-plugin-minify-numeric-literals

Shortens numeric literals using scientific notation

babel-plugin-minify-replace

Configurable "search and replace" plugin. Replaces matching nodes in the tree with a given replacement node. For example you can replace `process.NODE_ENV` with `"production"`.

babel-plugin-minify-simplify

> Simplifies code for minification by reducing statements into expressions and making expressions uniform where possible.

babel-plugin-minify-type-constructors

**Note:** Not recommended if full support for IE8 and lower is required. [Details](https://github.com/babel/minify/pull/45#discussion_r70181249)

babel-plugin-short-identifiers

babel-plugin-syntax-dynamic-import

Allow parsing of import()

babel-plugin-transform-async-generator-functions

Turn async generator functions into ES2015 generators

babel-plugin-transform-es2015-duplicate-keys

Compile objects with duplicate keys to valid strict ES5