@code-inspector/core
Advanced tools
+1
-1
| { | ||
| "name": "@code-inspector/core", | ||
| "version": "1.3.0", | ||
| "version": "1.3.1", | ||
| "main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./dist/index.mjs", |
@@ -7,3 +7,3 @@ import type { CodeOptions, RecordInfo } from '../shared'; | ||
| export declare function getHidePathAttrCode(): string; | ||
| export declare function getCodeWithWebComponent({ options, record, file, code, inject, }: { | ||
| export declare function getCodeWithWebComponent({ options, record, file, code, inject, server, }: { | ||
| options: CodeOptions; | ||
@@ -14,4 +14,5 @@ record: RecordInfo; | ||
| inject?: boolean; | ||
| server?: boolean; | ||
| }): Promise<string>; | ||
| export declare function isNextjsProject(): boolean; | ||
| export declare function isNextGET16(): boolean; |
@@ -21,2 +21,3 @@ /// <reference types="node" /> | ||
| server?: Server; | ||
| previousPort?: number; | ||
| }; | ||
@@ -23,0 +24,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
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
12309329
03048
0.07%