🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@code-inspector/core

Package Overview
Dependencies
Maintainers
1
Versions
56
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.6.4
to
1.6.5
+2
-2
package.json
{
"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