@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
Advanced tools
Comparing version 7.16.2 to 7.16.7
{ | ||
"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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7673