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.2.0
to
3.3.0
+1
-0
dist/parts/EventExpression/EventExpression.d.ts

@@ -15,2 +15,3 @@ export declare const AltKey = "event.altKey";

export declare const ShiftKey = "event.shiftKey";
export declare const TargetChecked = "event.target.checked";
export declare const TargetHref = "event.target.href";

@@ -17,0 +18,0 @@ export declare const TargetName = "event.target.name";

@@ -15,2 +15,3 @@ export const AltKey = 'event.altKey';

export const ShiftKey = 'event.shiftKey';
export const TargetChecked = 'event.target.checked';
export const TargetHref = 'event.target.href';

@@ -17,0 +18,0 @@ export const TargetName = 'event.target.name';

+1
-1
{
"name": "@lvce-editor/constants",
"version": "3.2.0",
"version": "3.3.0",
"description": "Constants",

@@ -5,0 +5,0 @@ "repository": {