Socket
Socket
Sign inDemoInstall

625

Package Overview
Dependencies
299
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    625

Babel 6 convenience wrapper


Version published
Weekly downloads
6
increased by100%
Maintainers
2
Install size
28.4 MB
Created
Weekly downloads
 

Readme

Source

625

Current Version Build Status via Travis CI Dependencies

Babel 6 CLI convenience wrapper. If you have a simple Babel 6 setup, 625 can remove much of the boilerplate. No need for a .babelrc file. No need to pollute your package.json file with a bunch of Babel modules. No need to remember which Babel module does what. No need to repeat this process for all of your projects.

Steps to use 625:

  1. npm i 625
  2. Replace any command line usage of Babel with 625.
  3. Remove the unnecessary Babel boilerplate and cruft.
  4. Profit!

The Fine Print

  • 625 provides the functionality of babel-preset-es2015.
  • 625 is only a wrapper around Babel, which is run inside of a child process.
  • 625 does not currently provide any type of API; just a simple CLI wrapper.

Keywords

FAQs

Last updated on 21 Nov 2015

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc