@code-inspector/core
Advanced tools
+1
-1
| { | ||
| "name": "@code-inspector/core", | ||
| "version": "1.3.2", | ||
| "version": "1.3.3", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
@@ -1,5 +0,5 @@ | ||
| import { RecordInfo } from './type'; | ||
| import type { RecordInfo } from './type'; | ||
| export declare const resetFileRecord: (output: string) => void; | ||
| export declare const getProjectRecord: (record: RecordInfo) => any; | ||
| export declare const getProjectRecord: (record: RecordInfo) => Partial<RecordInfo>; | ||
| export declare const setProjectRecord: (record: RecordInfo, key: keyof RecordInfo, value: RecordInfo[keyof RecordInfo]) => void; | ||
| export declare const findPort: (record: RecordInfo) => Promise<number>; |
@@ -18,2 +18,3 @@ import { CodeOptions, Condition, EscapeTags } from './type'; | ||
| export declare function isExcludedFile(file: string, options: CodeOptions): boolean; | ||
| export declare function hasWritePermission(filePath: string): boolean; | ||
| export {}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
12341321
0.25%3049
0.03%