@code-inspector/core
Advanced tools
+2
-2
| { | ||
| "name": "@code-inspector/core", | ||
| "version": "1.6.4", | ||
| "version": "1.6.5", | ||
| "main": "dist/index.js", | ||
@@ -44,3 +44,3 @@ "module": "./dist/index.mjs", | ||
| "dotenv": "^16.1.4", | ||
| "launch-ide": "1.4.3", | ||
| "launch-ide": "1.4.5", | ||
| "portfinder": "^1.0.28" | ||
@@ -47,0 +47,0 @@ }, |
@@ -208,7 +208,8 @@ /// <reference types="node" /> | ||
| * - open: Use `open "{editor}://file/xxx/main.jsx:10:20"` to open. It is fast and provides a very smooth experience | ||
| * - open-bg: like `open` but adds the `-g` flag, so the file opens at the right line without bringing the editor to the foreground — the user's current window (e.g. browser) keeps focus | ||
| * | ||
| * 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'; | ||
| launchType?: 'exec' | 'open' | 'open-bg'; | ||
| }; | ||
| 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
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
12476988
0.08%3352
1.15%18
-5.26%+ Added
- Removed
Updated