Socket
Socket
Sign inDemoInstall

babel-preset-mx-fe-bone

Package Overview
Dependencies
96
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    babel-preset-mx-fe-bone

es2016 preset


Version published
Weekly downloads
3
increased by50%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

babel-preset-es2016

Install

$ npm install --save-dev babel-preset-es2016

Usage

.babelrc

{
  "presets": ["es2016"]
}

Via CLI

$ babel script.js --presets es2016

Via Node API

require("babel-core").transform("code", {
  presets: ["es2016"]
});

Keywords

FAQs

Last updated on 18 Apr 2016

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