New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

vscode-debugprotocol

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode-debugprotocol - npm Package Compare versions

Comparing version

to
1.6.0-pre2

@@ -518,2 +518,4 @@ /** Declaration module describing the VS Code debug protocol

name: string;
/** An optional expression for conditional breakpoints. */
condition?: string;
}

@@ -525,2 +527,4 @@ /** Information about a Breakpoint created in the setBreakpoints or setFunctionBreakpointsrequest.

verified: boolean;
/** The source where the breakpoint is located. */
source?: Source;
/** The actual line of the breakpoint. */

@@ -527,0 +531,0 @@ line?: number;

{
"name": "vscode-debugprotocol",
"description": "Npm module with declarations for the Visual Studio Code debug protocol",
"version": "1.6.0-pre1",
"version": "1.6.0-pre2",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",