@babel/plugin-transform-typeof-symbol
Advanced tools
Comparing version 7.17.12 to 7.18.6
{ | ||
"name": "@babel/plugin-transform-typeof-symbol", | ||
"version": "7.17.12", | ||
"version": "7.18.6", | ||
"description": "This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.17.12" | ||
"@babel/helper-plugin-utils": "^7.18.6" | ||
}, | ||
@@ -26,7 +26,7 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.17.12", | ||
"@babel/helper-plugin-test-runner": "^7.16.7", | ||
"@babel/runtime": "^7.17.9", | ||
"@babel/runtime-corejs2": "^7.17.11", | ||
"@babel/runtime-corejs3": "^7.17.9" | ||
"@babel/core": "^7.18.6", | ||
"@babel/helper-plugin-test-runner": "^7.18.6", | ||
"@babel/runtime": "^7.18.6", | ||
"@babel/runtime-corejs2": "^7.18.6", | ||
"@babel/runtime-corejs3": "^7.18.6" | ||
}, | ||
@@ -37,3 +37,4 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typeof-symbol", | ||
}, | ||
"author": "The Babel Team (https://babel.dev/team)" | ||
"author": "The Babel Team (https://babel.dev/team)", | ||
"type": "commonjs" | ||
} |
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
4917
1