Socket
Socket
Sign inDemoInstall

babel-preset-andesite

Package Overview
Dependencies
72
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    babel-preset-andesite

Babel preset of Andesite


Version published
Weekly downloads
1
Maintainers
1
Install size
4.92 MB
Created
Weekly downloads
 

Readme

Source

babel-preset-andesite

Babel preset of Andesite

Installation

NPM

With NPM:

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

With Yarn:

$ yarn add babel-preset-andesite --dev

Usage

Via .babelrc

.babelrc

{
  "presets": ["andesite"]
}

Via CLI

$ babel script.js --presets andesite

Via Node API

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

Licences

njakob/babel-preset-andesite is licensed under the MIT License.

FAQs

Last updated on 29 Jan 2017

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