@babel/plugin-transform-parameters
Advanced tools
Comparing version 7.0.0-beta.55 to 7.0.0-beta.56
{ | ||
"name": "@babel/plugin-transform-parameters", | ||
"version": "7.0.0-beta.55", | ||
"version": "7.0.0-beta.56", | ||
"description": "Compile ES2015 default and rest parameters to ES5", | ||
@@ -9,5 +9,5 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-parameters", | ||
"dependencies": { | ||
"@babel/helper-call-delegate": "7.0.0-beta.55", | ||
"@babel/helper-get-function-arity": "7.0.0-beta.55", | ||
"@babel/helper-plugin-utils": "7.0.0-beta.55" | ||
"@babel/helper-call-delegate": "7.0.0-beta.56", | ||
"@babel/helper-get-function-arity": "7.0.0-beta.56", | ||
"@babel/helper-plugin-utils": "7.0.0-beta.56" | ||
}, | ||
@@ -21,5 +21,5 @@ "keywords": [ | ||
"devDependencies": { | ||
"@babel/core": "7.0.0-beta.55", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.55" | ||
"@babel/core": "7.0.0-beta.56", | ||
"@babel/helper-plugin-test-runner": "7.0.0-beta.56" | ||
} | ||
} |
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
+ Added@babel/helper-call-delegate@7.0.0-beta.56(transitive)
+ Added@babel/helper-get-function-arity@7.0.0-beta.56(transitive)
+ Added@babel/helper-hoist-variables@7.0.0-beta.56(transitive)
+ Added@babel/helper-plugin-utils@7.0.0-beta.56(transitive)
- Removed@babel/helper-call-delegate@7.0.0-beta.55(transitive)
- Removed@babel/helper-get-function-arity@7.0.0-beta.55(transitive)
- Removed@babel/helper-hoist-variables@7.0.0-beta.55(transitive)
- Removed@babel/helper-plugin-utils@7.0.0-beta.55(transitive)