@code-inspector/core
Advanced tools
+2
-2
| { | ||
| "name": "@code-inspector/core", | ||
| "version": "1.3.4", | ||
| "version": "1.3.5", | ||
| "main": "dist/index.js", | ||
@@ -44,3 +44,3 @@ "module": "./dist/index.mjs", | ||
| "dotenv": "^16.1.4", | ||
| "launch-ide": "1.3.1", | ||
| "launch-ide": "1.4.0", | ||
| "portfinder": "^1.0.28" | ||
@@ -47,0 +47,0 @@ }, |
@@ -184,3 +184,17 @@ /// <reference types="node" /> | ||
| server?: 'open' | 'close'; | ||
| /** | ||
| * @zh 启动 IDE 的方式。默认为 `exec` | ||
| * - exec: 使用可执行路径打开 editor | ||
| * - open: 使用 `open "{editor}://file/xxx/main.jsx:10:20"` 方式来打开。速度快且体验非常丝滑 | ||
| * | ||
| * 仅支持 MacOS,如果 editor 在支持列表内,强烈建议设置 `launchType: 'open'`。editor 支持列表请参考:[which editor supports to be launched by open](https://github.com/zh-lx/launch-ide?tab=readme-ov-file#which-editor-supports-to-be-launched-by-open)。 | ||
| * | ||
| * @en The method for launching the IDE. Default value is `exec` | ||
| * - exec: Use the executable path to open the editor | ||
| * - open: Use `open "{editor}://file/xxx/main.jsx:10:20"` to open. It is fast and provides a very smooth experience | ||
| * | ||
| * Only supports MacOS. If the editor is in the support list, it is strongly recommended to set `launchType: 'open'`. The support list can be found at: [which editor supports to be launched by open](https://github.com/zh-lx/launch-ide?tab=readme-ov-file#which-editor-supports-to-be-launched-by-open). | ||
| */ | ||
| launchType?: 'exec' | 'open'; | ||
| }; | ||
| export {}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances 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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
12313804
0.01%3065
0.52%32
3.23%+ Added
- Removed
Updated