New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@outright/buble

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@outright/buble

The blazing fast, batteries-included ES2015 compiler

latest
Source
npmnpm
Version
100.19.7
Version published
Maintainers
1
Created
Source

Bublé

The blazing fast, batteries-included ES2015 compiler

  • Try it out at buble.surge.sh
  • Read the docs at buble.surge.sh/guide

Unofficial

Please note that this is NOT the official repository. Original is at https://github.com/bublejs/buble.

For possible differences and reasoning, see https://outright.strongholdmedia.eu

Quickstart

Via the command line...

npm install -g @outright/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

javascript

FAQs

Package last updated on 23 Jun 2019

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