@babel/plugin-transform-typescript
Advanced tools
+10
-10
| { | ||
| "name": "@babel/plugin-transform-typescript", | ||
| "version": "7.28.6", | ||
| "version": "7.29.7", | ||
| "description": "Transform TypeScript into ES.next", | ||
@@ -20,7 +20,7 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-annotate-as-pure": "^7.27.3", | ||
| "@babel/helper-create-class-features-plugin": "^7.28.6", | ||
| "@babel/helper-plugin-utils": "^7.28.6", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^7.27.1", | ||
| "@babel/plugin-syntax-typescript": "^7.28.6" | ||
| "@babel/helper-annotate-as-pure": "^7.29.7", | ||
| "@babel/helper-create-class-features-plugin": "^7.29.7", | ||
| "@babel/helper-plugin-utils": "^7.29.7", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^7.29.7", | ||
| "@babel/plugin-syntax-typescript": "^7.29.7" | ||
| }, | ||
@@ -31,6 +31,6 @@ "peerDependencies": { | ||
| "devDependencies": { | ||
| "@babel/core": "^7.28.6", | ||
| "@babel/helper-plugin-test-runner": "^7.27.1", | ||
| "@babel/traverse": "^7.28.6", | ||
| "@babel/types": "^7.28.6" | ||
| "@babel/core": "^7.29.7", | ||
| "@babel/helper-plugin-test-runner": "^7.29.7", | ||
| "@babel/traverse": "^7.29.7", | ||
| "@babel/types": "^7.29.7" | ||
| }, | ||
@@ -37,0 +37,0 @@ "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript", |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package