Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@code-inspector/core

Package Overview
Dependencies
Maintainers
1
Versions
39
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.3.0
to
1.3.1
+1
-1
package.json
{
"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