New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-kensho

Package Overview
Dependencies
Maintainers
2
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-kensho

Babel preset to transpile ES2015+/JSX to ES5.

  • 4.0.0-alpha.8
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

babel-preset-kensho

Build Status

This Babel preset transpiles ES2017+/JSX to ES5. It includes stage >=3 proposals and some extra goodies.

Usage

You can set up Babel transpilation in a number of ways (e.g. via CLI, or through webpack). After you've chosen a method and installed it, install this preset as a development dependency:

$ npm install -D babel-preset-kensho

Then add a .babelrc which includes the preset:

{
  "presets": ["kensho"]
}

Optionally, configure the preset:

{
  "presets": [
    ["kensho", {"lodash": false}]
  ]
}

FAQs

Package last updated on 21 Apr 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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc