Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-destructuring

Package Overview
Dependencies
Maintainers
5
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-es2015-destructuring - npm Package Compare versions

Comparing version 7.0.0-alpha.18 to 7.0.0-alpha.19

4

lib/index.js

@@ -427,4 +427,4 @@ "use strict";

var _declaration = _ref3;
var name = _declaration.id.name;
var declaration = _ref3;
var name = declaration.id.name;

@@ -431,0 +431,0 @@ if (scope.bindings[name]) {

{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "7.0.0-alpha.18",
"version": "7.0.0-alpha.19",
"description": "Compile ES2015 destructuring to ES5",

@@ -12,4 +12,4 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",

"devDependencies": {
"babel-helper-plugin-test-runner": "7.0.0-alpha.18"
"babel-helper-plugin-test-runner": "7.0.0-alpha.19"
}
}
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