@babel/plugin-transform-async-generator-functions
Advanced tools
+5
-5
| { | ||
| "name": "@babel/plugin-transform-async-generator-functions", | ||
| "version": "7.28.6", | ||
| "version": "7.29.0", | ||
| "description": "Turn async generator functions into ES2015 generators", | ||
@@ -22,3 +22,3 @@ "repository": { | ||
| "@babel/helper-remap-async-to-generator": "^7.27.1", | ||
| "@babel/traverse": "^7.28.6" | ||
| "@babel/traverse": "^7.29.0" | ||
| }, | ||
@@ -29,6 +29,6 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/core": "^7.29.0", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "babel-plugin-polyfill-corejs3": "^0.13.0", | ||
| "core-js-pure": "^3.43.0" | ||
| "babel-plugin-polyfill-corejs3": "^0.14.0", | ||
| "core-js-pure": "^3.48.0" | ||
| }, | ||
@@ -35,0 +35,0 @@ "engines": { |
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
Updated