@babel/plugin-transform-typescript
Advanced tools
+0
-1
@@ -14,3 +14,2 @@ import * as _babel_core from '@babel/core'; | ||
| optimizeConstEnums?: boolean; | ||
| allowDeclareFields?: boolean; | ||
| } | ||
@@ -17,0 +16,0 @@ declare const _default: (api: _babel_core.PluginAPI, options: Options, dirname: string) => _babel_core.PluginObject<object & PluginPass<object>>; |
+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.4"); | ||
| api.assertVersion("^7.0.0-0 || ^8.0.0 || 8.0.0-rc.5"); | ||
| const JSX_PRAGMA_REGEX = /\*?\s*@jsx((?:Frag)?)\s+(\S+)/; | ||
@@ -609,0 +609,0 @@ const { |
+12
-12
| { | ||
| "name": "@babel/plugin-transform-typescript", | ||
| "version": "8.0.0-rc.4", | ||
| "version": "8.0.0-rc.5", | ||
| "description": "Transform TypeScript into ES.next", | ||
@@ -20,20 +20,20 @@ "repository": { | ||
| "dependencies": { | ||
| "@babel/helper-annotate-as-pure": "^8.0.0-rc.4", | ||
| "@babel/helper-create-class-features-plugin": "^8.0.0-rc.4", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.4", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-rc.4", | ||
| "@babel/plugin-syntax-typescript": "^8.0.0-rc.4" | ||
| "@babel/helper-annotate-as-pure": "^8.0.0-rc.5", | ||
| "@babel/helper-create-class-features-plugin": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-utils": "^8.0.0-rc.5", | ||
| "@babel/helper-skip-transparent-expression-wrappers": "^8.0.0-rc.5", | ||
| "@babel/plugin-syntax-typescript": "^8.0.0-rc.5" | ||
| }, | ||
| "peerDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@babel/core": "^8.0.0-rc.4", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.4", | ||
| "@babel/traverse": "^8.0.0-rc.4", | ||
| "@babel/types": "^8.0.0-rc.4" | ||
| "@babel/core": "^8.0.0-rc.5", | ||
| "@babel/helper-plugin-test-runner": "^8.0.0-rc.5", | ||
| "@babel/traverse": "^8.0.0-rc.5", | ||
| "@babel/types": "^8.0.0-rc.5" | ||
| }, | ||
| "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-typescript", | ||
| "engines": { | ||
| "node": "^20.19.0 || >=22.12.0" | ||
| "node": "^22.18.0 || >=24.11.0" | ||
| }, | ||
@@ -40,0 +40,0 @@ "author": "The Babel Team (https://babel.dev/team)", |
Sorry, the diff of this file is too big to display
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
136287
-0.05%1045
-0.1%