Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-destructuring

Package Overview
Dependencies
Maintainers
6
Versions
102
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-transform-destructuring - npm Package Compare versions

Comparing version 7.8.8 to 7.9.5

2

lib/index.js

@@ -141,3 +141,3 @@ "use strict";

if (this.kind === "const") {
if (this.kind === "const" || this.kind === "let") {
patternId = this.scope.generateUidIdentifier(tempId.name);

@@ -144,0 +144,0 @@ node = this.buildVariableDeclaration(patternId, tempConditional);

{
"name": "@babel/plugin-transform-destructuring",
"version": "7.8.8",
"version": "7.9.5",
"description": "Compile ES2015 destructuring to ES5",

@@ -24,3 +24,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-destructuring",

},
"gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244"
"gitHead": "5b97e77e030cf3853a147fdff81844ea4026219d"
}
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