@babel/plugin-transform-async-generator-functions
Advanced tools
+1
-1
@@ -76,3 +76,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| var index = declare(api => { | ||
| 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 yieldStarVisitor = visitors.environmentVisitor({ | ||
@@ -79,0 +79,0 @@ ArrowFunctionExpression(path) { |
+8
-8
| { | ||
| "name": "@babel/plugin-transform-async-generator-functions", | ||
| "version": "8.0.0-beta.4", | ||
| "version": "8.0.0-rc.1", | ||
| "description": "Turn async generator functions into ES2015 generators", | ||
@@ -20,5 +20,5 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-plugin-utils": "^8.0.0-beta.4", | ||
| "@babel/helper-remap-async-to-generator": "^8.0.0-beta.4", | ||
| "@babel/traverse": "^8.0.0-beta.4" | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.1", | ||
| "@babel/helper-remap-async-to-generator": "^8.0.0-rc.1", | ||
| "@babel/traverse": "^8.0.0-rc.1" | ||
| }, | ||
@@ -29,6 +29,6 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-beta.4", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-beta.4", | ||
| "babel-plugin-polyfill-corejs3": "^0.13.0", | ||
| "core-js-pure": "^3.43.0" | ||
| "@babel/core": "^8.0.0-rc.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.1", | ||
| "babel-plugin-polyfill-corejs3": "^0.14.0", | ||
| "core-js-pure": "^3.48.0" | ||
| }, | ||
@@ -35,0 +35,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
19956
-0.07%