Socket
Socket
Sign inDemoInstall

@babel/plugin-transform-destructuring

Package Overview
Dependencies
54
Maintainers
4
Versions
94
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.22.15 to 7.23.0

2

lib/index.js

@@ -71,3 +71,3 @@ 'use strict';

let op = this.operator;
if (core.types.isMemberExpression(id)) op = "=";
if (core.types.isMemberExpression(id) || core.types.isOptionalMemberExpression(id)) op = "=";
let node;

@@ -74,0 +74,0 @@ if (op) {

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

@@ -26,5 +26,5 @@ "repository": {

"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/core": "^7.23.0",
"@babel/helper-plugin-test-runner": "^7.22.5",
"@babel/traverse": "^7.22.15"
"@babel/traverse": "^7.23.0"
},

@@ -31,0 +31,0 @@ "engines": {

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