🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
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.

latest
npmnpm
Version
1.0.5
Version published
Maintainers
1
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