Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-destructuring

Package Overview
Dependencies
54
Maintainers
5
Versions
95
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.4.4 to 7.5.0

2

lib/index.js

@@ -184,2 +184,4 @@ "use strict";

keys.push(_core().types.stringLiteral(key.name));
} else if (_core().types.isTemplateLiteral(prop.key)) {
keys.push(_core().types.cloneNode(prop.key));
} else if (_core().types.isLiteral(key)) {

@@ -186,0 +188,0 @@ keys.push(_core().types.stringLiteral(String(key.value)));

4

package.json
{
"name": "@babel/plugin-transform-destructuring",
"version": "7.4.4",
"version": "7.5.0",
"description": "Compile ES2015 destructuring to ES5",

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

},
"gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba"
"gitHead": "49da9a07c81156e997e60146eb001ea77b7044c4"
}
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