Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression

Package Overview
Dependencies
Maintainers
6
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression - npm Package Compare versions

Comparing version 7.16.2 to 7.16.7

17

package.json
{
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression",
"version": "7.16.2",
"version": "7.16.7",
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517",

@@ -17,5 +17,4 @@ "repository": {

"exports": {
".": [
"./lib/index.js"
]
".": "./lib/index.js",
"./package.json": "./package.json"
},

@@ -27,3 +26,3 @@ "keywords": [

"dependencies": {
"@babel/helper-plugin-utils": "^7.14.5"
"@babel/helper-plugin-utils": "^7.16.7"
},

@@ -34,6 +33,6 @@ "peerDependencies": {

"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/helper-function-name": "^7.16.0",
"@babel/helper-plugin-test-runner": "^7.16.0",
"@babel/traverse": "^7.16.0"
"@babel/core": "^7.16.7",
"@babel/helper-function-name": "^7.16.7",
"@babel/helper-plugin-test-runner": "^7.16.7",
"@babel/traverse": "^7.16.7"
},

@@ -40,0 +39,0 @@ "engines": {

# @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
> Rename destructuring parameter to workaround a [Safari bug](https://bugs.webkit.org/show_bug.cgi?id=220517).
> Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517

@@ -5,0 +5,0 @@ See our website [@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression](https://babeljs.io/docs/en/babel-plugin-bugfix-safari-id-destructuring-collision-in-function-expression) for more information.

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