Socket
Socket
Sign inDemoInstall

buble

Package Overview
Dependencies
24
Maintainers
4
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    buble

The blazing fast, batteries-included ES2015 compiler


Version published
Weekly downloads
241K
decreased by-5.14%
Maintainers
4
Created
Weekly downloads
 

Changelog

Source

0.19.8 (2019-07-03)

  • Allow shebang (#191)
  • Fix tagged template literal in certain cases (#190)
  • Fix removing of trailing commas in certain cases (#194)
  • Make JSX Fragment configurable (#198)
  • Fix transpiling string-keyed properties with whitespaces before colons (#200)

Readme

Source

Bublé

The blazing fast, batteries-included ES2015 compiler

Quickstart

Via the command line...

npm install -g buble
buble input.js > output.js

...or via the JavaScript API:

var buble = require( 'buble' );
var result = buble.transform( source ); // { code: ..., map: ... }

License

MIT

Keywords

FAQs

Last updated on 03 Jul 2019

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