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.2
to
1.3.3
+1
-1
package.json
{
"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