@babel/plugin-transform-typescript
Advanced tools
+1
-1
@@ -606,3 +606,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
| } = api; | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.1"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.2"); | ||
| const JSX_PRAGMA_REGEX = /\*?\s*@jsx((?:Frag)?)\s+(\S+)/; | ||
@@ -609,0 +609,0 @@ const { |
+11
-11
| { | ||
| "name": "@babel/plugin-transform-typescript", | ||
| "version": "8.0.0-rc.1", | ||
| "version": "8.0.0-rc.2", | ||
| "description": "Transform TypeScript into ES.next", | ||
@@ -20,16 +20,16 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-annotate-as-pure": "^8.0.0-rc.1", | ||
| "@babel/helper-create-class-features-plugin": "^8.0.0-rc.1", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.1", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-rc.1", | ||
| "@babel/plugin-syntax-typescript": "^8.0.0-rc.1" | ||
| "@babel/helper-annotate-as-pure": "^8.0.0-rc.2", | ||
| "@babel/helper-create-class-features-plugin": "^8.0.0-rc.2", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.2", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-rc.2", | ||
| "@babel/plugin-syntax-typescript": "^8.0.0-rc.2" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^7.0.0-0" | ||
| "@babel/core": "^8.0.0-rc.2" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.1", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.1", | ||
| "@babel/traverse": "^8.0.0-rc.1", | ||
| "@babel/types": "^8.0.0-rc.1" | ||
| "@babel/core": "^8.0.0-rc.2", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.2", | ||
| "@babel/traverse": "^8.0.0-rc.2", | ||
| "@babel/types": "^8.0.0-rc.2" | ||
| }, | ||
@@ -36,0 +36,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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
138483
0- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated