@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression
Advanced tools
Comparing version 7.24.1 to 7.24.6
{ | ||
"name": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", | ||
"version": "7.24.1", | ||
"version": "7.24.6", | ||
"description": "Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517", | ||
@@ -17,3 +17,6 @@ "repository": { | ||
"exports": { | ||
".": "./lib/index.js", | ||
".": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
}, | ||
"./package.json": "./package.json" | ||
@@ -26,3 +29,3 @@ }, | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.24.0" | ||
"@babel/helper-plugin-utils": "^7.24.6" | ||
}, | ||
@@ -33,6 +36,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.1", | ||
"@babel/helper-function-name": "^7.23.0", | ||
"@babel/helper-plugin-test-runner": "^7.24.1", | ||
"@babel/traverse": "^7.24.1" | ||
"@babel/core": "^7.24.6", | ||
"@babel/helper-function-name": "^7.24.6", | ||
"@babel/helper-plugin-test-runner": "^7.24.6", | ||
"@babel/traverse": "^7.24.6" | ||
}, | ||
@@ -39,0 +42,0 @@ "engines": { |
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
74012
7
58
3
1