Socket
Socket
Sign inDemoInstall

babel-plugin-transform-es2015-destructuring

Package Overview
Dependencies
2
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.14 to 6.0.18

4

lib/index.js

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

if (i > 0) {
elemRef = t.callExpression(t.memberExpression(elemRef, t.identifier("slice")), [t.numberLiteral(i)]);
elemRef = t.callExpression(t.memberExpression(elemRef, t.identifier("slice")), [t.numericLiteral(i)]);
}

@@ -348,3 +348,3 @@

} else {
elemRef = t.memberExpression(arrayRef, t.numberLiteral(i), true);
elemRef = t.memberExpression(arrayRef, t.numericLiteral(i), true);
}

@@ -351,0 +351,0 @@

{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.0.14",
"version": "6.0.18",
"description": "Compile ES2015 destructuring to ES5",

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

}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc