Socket
Book a DemoInstallSign in
Socket

babel-preset-escalade

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-escalade

A Babel preset used at Escalade Sports for transforming JavaScript.

1.0.5
latest
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

babel-preset-escalade

A Babel preset used at Escalade Sports for transforming JavaScript.

Install

With npm:

npm install --save-dev babel-preset-escalade

Or with Yarn:

yarn add --dev babel-preset-escalade

Usage

.babelrc

{
  "presets": ["escalade"]
}

Targeting

By default, this preset targets the following browsers:

{
  "android": 30,
  "chrome": 35,
  "edge": 14,
  "explorer": 9,
  "firefox": 52,
  "safari": 8,
  "ucandroid": 1
}

You can override this with the targets option:

{
  "presets": [
    ["escalade", {
      "targets": {
        "node": 8
      }
    }]
  ]
}

FAQs

Package last updated on 31 Oct 2018

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

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.