@babel/plugin-proposal-logical-assignment-operators
Advanced tools
Comparing version 7.16.7 to 7.17.12
{ | ||
"name": "@babel/plugin-proposal-logical-assignment-operators", | ||
"version": "7.16.7", | ||
"version": "7.17.12", | ||
"description": "Transforms logical assignment operators into short-circuited assignments", | ||
@@ -19,3 +19,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^7.16.7", | ||
"@babel/helper-plugin-utils": "^7.17.12", | ||
"@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" | ||
@@ -27,5 +27,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "^7.16.7", | ||
"@babel/core": "^7.17.12", | ||
"@babel/helper-plugin-test-runner": "^7.16.7", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.7", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12", | ||
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" | ||
@@ -32,0 +32,0 @@ }, |
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
4527