Socket
Socket
Sign inDemoInstall

buble

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buble - npm Package Versions

1
11

0.5.5

Diff

Changelog

Source

0.5.5

  • Ensure return is in correct place when creating bodies for arrow functions (#21)
  • Prevent deindentation of class methods causing breakage with destructuring statements (#22)
rich_harris
published 0.5.4 •

Changelog

Source

0.5.4

  • Install missing chalk dependency
  • Informative error messages when buble/register fails
rich_harris
published 0.5.3 •

Changelog

Source

0.5.3

  • Add register.js to package. Yes I'm an idiot
rich_harris
published 0.5.2 •

Changelog

Source

0.5.2

  • Add buble/register for use with e.g. Mocha
rich_harris
published 0.5.1 •

Changelog

Source

0.5.1

  • Remove unused dependency
rich_harris
published 0.5.0 •

Changelog

Source

0.5.0

  • Support --target, --yes and --no in CLI
  • Compile entire directory of files via CLI
  • Sourcemap support in CLI
  • All transforms can be disabled (or errors suppressed) with the transforms option (or --yes and --no, in the CLI)
  • import and export will throw an error unless --no modules transform is specified
  • Fix bug with destructuring
  • Fix bug with block scoping and loops
rich_harris
published 0.4.24 •

Changelog

Source

0.4.24

  • Throw if let/const is redeclared, or var is redeclared with a let/const (0.4.22 regression)
rich_harris
published 0.4.23 •

Changelog

Source

0.4.23

  • Add buble.VERSION
  • Tidy up build process (don't bundle Acorn incorrectly)
rich_harris
published 0.4.22 •

Changelog

Source

0.4.22

  • Allow double var declarations (only throw if let or const is redeclared)
rich_harris
published 0.4.21 •

Changelog

Source

0.4.21

  • Add find and findIndex helpers for 0.12 support
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