Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

@lvce-editor/constants

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lvce-editor/constants - npm Package Compare versions

Comparing version
3.7.0
to
4.0.0
+2
-0
dist/parts/RpcId/RpcId.d.ts

@@ -49,1 +49,3 @@ export declare const Cli = 6001;

export declare const PreviewSandBoxWorker = 3212;
export declare const GithubWorker = 4444;
export declare const TemplateWorker = 4445;

@@ -49,1 +49,3 @@ export const Cli = 6001;

export const PreviewSandBoxWorker = 3212;
export const GithubWorker = 4444;
export const TemplateWorker = 4445;
+3
-2
{
"name": "@lvce-editor/constants",
"version": "3.7.0",
"version": "4.0.0",
"description": "Constants",

@@ -14,3 +14,4 @@ "repository": {

"main": "dist/index.js",
"types": "dist/index.d.ts"
"types": "dist/index.d.ts",
"exports": "./dist/index.js"
}