Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@code-inspector/core

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@code-inspector/core - npm Package Compare versions

Comparing version
1.3.4
to
1.3.5
+2
-2
package.json
{
"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