Socket
Socket
Sign inDemoInstall

buble

Package Overview
Dependencies
14
Maintainers
3
Versions
109
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.19.0 to 0.19.1

4

CHANGELOG.md
# buble changelog
## 0.19.1
* Fix transpiling let and const if arrow functions are not transpiled (i. e. node: 4)
## 0.19.0

@@ -4,0 +8,0 @@

2

package.json
{
"name": "buble",
"version": "0.19.0",
"version": "0.19.1",
"description": "The blazing fast, batteries-included ES2015 compiler",

@@ -5,0 +5,0 @@ "main": "dist/buble.cjs.js",

@@ -19,4 +19,5 @@ import Node from '../Node.js';

initialise(transforms) {
if (transforms.arrow && isReference(this, this.parent)) {
if (isReference(this, this.parent)) {
if (
transforms.arrow &&
this.name === 'arguments' &&

@@ -23,0 +24,0 @@ !this.findScope(false).contains(this.name)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

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