@babel/plugin-transform-parameters
Advanced tools
+1
-1
@@ -468,3 +468,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| var index = declare((api, options) => { | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-beta.4"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.1"); | ||
| const ignoreFunctionLength = api.assumption("ignoreFunctionLength") ?? options.loose; | ||
@@ -471,0 +471,0 @@ const noNewArrows = api.assumption("noNewArrows") ?? true; |
+4
-4
| { | ||
| "name": "@babel/plugin-transform-parameters", | ||
| "version": "8.0.0-beta.4", | ||
| "version": "8.0.0-rc.1", | ||
| "description": "Compile ES2015 default and rest parameters to ES5", | ||
@@ -17,3 +17,3 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.4" | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.1" | ||
| }, | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.4", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.4" | ||
| "@babel/core": "^8.0.0-rc.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.1" | ||
| }, | ||
@@ -31,0 +31,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
65067
-0.02%