Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

code-inspector-core

Package Overview
Dependencies
Maintainers
1
Versions
141
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.0.3
to
1.0.4
+2
-2
package.json
{
"name": "code-inspector-core",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/index.js",

@@ -44,3 +44,3 @@ "module": "./dist/index.mjs",

"dotenv": "^16.1.4",
"launch-ide": "1.0.9",
"launch-ide": "1.1.1",
"portfinder": "^1.0.28"

@@ -47,0 +47,0 @@ },

export { parse as parseSFC } from '@vue/compiler-sfc';
export { getEnvVariable } from 'launch-ide';
export * from './server';
export * from './shared';

@@ -7,3 +7,3 @@ /// <reference types="node" />

export declare function getRelativeOrAbsolutePath(filePath: string, pathType?: PathType): string;
export declare function createServer(callback: (port: number) => any, options?: CodeOptions): http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
export declare function createServer(callback: (port: number) => any, options?: CodeOptions, record?: RecordInfo): http.Server<typeof http.IncomingMessage, typeof http.ServerResponse>;
export declare function startServer(options: CodeOptions, record: RecordInfo): Promise<void>;

@@ -15,2 +15,3 @@ import type { Editor } from 'launch-ide';

injectTo?: string[];
envDir?: string;
};

@@ -17,0 +18,0 @@ export type IDEOpenMethod = 'reuse' | 'new' | 'auto';

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