Socket
Socket
Sign inDemoInstall

buble

Package Overview
Dependencies
7
Maintainers
2
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
Maintainers
2
Install size
6.53 MB
Created

Changelog

Source

0.17.0

  • Update dependencies
  • Transpile arrow functions unconditionally if spread arguments need transpilation (#22)
  • Better object spread support (#25)
  • Rest properties (#30)
  • Fix (#24)

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 05 Nov 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