@babel/plugin-proposal-optional-chaining
Advanced tools
Comparing version 7.12.7 to 7.12.13
{ | ||
"name": "@babel/plugin-proposal-optional-chaining", | ||
"version": "7.12.7", | ||
"version": "7.12.13", | ||
"description": "Transform optional chaining operators into a series of nil checks", | ||
@@ -10,2 +10,3 @@ "repository": { | ||
}, | ||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-chaining", | ||
"license": "MIT", | ||
@@ -20,3 +21,3 @@ "publishConfig": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.10.4", | ||
"@babel/helper-plugin-utils": "^7.12.13", | ||
"@babel/helper-skip-transparent-expression-wrappers": "^7.12.1", | ||
@@ -29,6 +30,6 @@ "@babel/plugin-syntax-optional-chaining": "^7.8.0" | ||
"devDependencies": { | ||
"@babel/core": "7.12.7", | ||
"@babel/helper-plugin-test-runner": "7.10.4", | ||
"@babel/plugin-transform-block-scoping": "7.12.1" | ||
"@babel/core": "7.12.13", | ||
"@babel/helper-plugin-test-runner": "7.12.13", | ||
"@babel/plugin-transform-block-scoping": "7.12.13" | ||
} | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
31033
0