code-inspector-core
Advanced tools
+2
-2
| { | ||
| "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 @@ }, |
+1
-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
Telemetry
Supply chain riskThis package contains telemetry which tracks how it is used.
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
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
12212821
0.24%2667
0.08%1
Infinity%+ Added
- Removed
Updated