@babel/plugin-transform-flow-comments
Advanced tools
+1
-1
@@ -7,3 +7,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| var index = declare(api => { | ||
| api.assertVersion("8.0.0-alpha.15"); | ||
| api.assertVersion("8.0.0-alpha.16"); | ||
| function commentFromString(comment) { | ||
@@ -10,0 +10,0 @@ return typeof comment === "string" ? { |
+7
-7
| { | ||
| "name": "@babel/plugin-transform-flow-comments", | ||
| "version": "8.0.0-alpha.15", | ||
| "version": "8.0.0-alpha.16", | ||
| "description": "Turn flow type annotations into comments", | ||
@@ -20,12 +20,12 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/generator": "^8.0.0-alpha.15", | ||
| "@babel/helper-plugin-utils": "^8.0.0-alpha.15", | ||
| "@babel/plugin-syntax-flow": "^8.0.0-alpha.15" | ||
| "@babel/generator": "^8.0.0-alpha.16", | ||
| "@babel/helper-plugin-utils": "^8.0.0-alpha.16", | ||
| "@babel/plugin-syntax-flow": "^8.0.0-alpha.16" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-alpha.15" | ||
| "@babel/core": "^8.0.0-alpha.16" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-alpha.15", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-alpha.15" | ||
| "@babel/core": "^8.0.0-alpha.16", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-alpha.16" | ||
| }, | ||
@@ -32,0 +32,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