@babel/plugin-transform-block-scoping
Advanced tools
Comparing version 7.0.0-rc.3 to 7.0.0-rc.4
{ | ||
"name": "@babel/plugin-transform-block-scoping", | ||
"version": "7.0.0-rc.3", | ||
"version": "7.0.0-rc.4", | ||
"description": "Compile ES2015 block scoping (const and let) to ES5", | ||
@@ -9,3 +9,3 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping", | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "7.0.0-rc.3", | ||
"@babel/helper-plugin-utils": "^7.0.0-rc.4", | ||
"lodash": "^4.17.10" | ||
@@ -20,5 +20,5 @@ }, | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-rc.3", | ||
"@babel/helper-plugin-test-runner": "7.0.0-rc.3" | ||
"@babel/core": "^7.0.0-rc.4", | ||
"@babel/helper-plugin-test-runner": "^7.0.0-rc.4" | ||
} | ||
} |
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
25776
+ Added@babel/helper-plugin-utils@7.25.9(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-rc.3(transitive)