@babel/plugin-transform-parameters
Advanced tools
Comparing version 8.0.0-alpha.13 to 8.0.0-alpha.14
@@ -468,3 +468,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, options) => { | ||
api.assertVersion("8.0.0-alpha.13"); | ||
api.assertVersion("8.0.0-alpha.14"); | ||
const ignoreFunctionLength = api.assumption("ignoreFunctionLength") ?? options.loose; | ||
@@ -471,0 +471,0 @@ const noNewArrows = api.assumption("noNewArrows") ?? true; |
{ | ||
"name": "@babel/plugin-transform-parameters", | ||
"version": "8.0.0-alpha.13", | ||
"version": "8.0.0-alpha.14", | ||
"description": "Compile ES2015 default and rest parameters to ES5", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.13" | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.14" | ||
}, | ||
@@ -24,7 +24,7 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.13" | ||
"@babel/core": "^8.0.0-alpha.14" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.13", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.13" | ||
"@babel/core": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14" | ||
}, | ||
@@ -31,0 +31,0 @@ "engines": { |
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
1
+ Addedelectron-to-chromium@1.5.76(transitive)
- Removedelectron-to-chromium@1.5.75(transitive)