You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@codingame/monaco-vscode-rollup-vsix-plugin

Package Overview
Dependencies
Maintainers
6
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-rollup-vsix-plugin - npm Package Compare versions

Comparing version

to
18.0.0

2

package.json
{
"name": "@codingame/monaco-vscode-rollup-vsix-plugin",
"version": "17.2.1",
"version": "18.0.0",
"keywords": [],

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

@@ -550,2 +550,3 @@ import { FilterPattern } from '@rollup/pluginutils';

readonly label: string;
readonly authorizationServerGlobs?: string[];
}

@@ -1354,2 +1355,9 @@ interface IWalkthroughStep {

}
interface IToolSetContribution {
name: string;
referenceName: string;
description: string;
icon?: string;
tools: string[];
}
interface IMcpCollectionContribution {

@@ -1467,2 +1475,4 @@ readonly id: string;

readonly languageModelTools?: ReadonlyArray<IToolContribution>;
readonly languageModelToolSets?: ReadonlyArray<IToolSetContribution>;
readonly mcpServerDefinitionProviders?: ReadonlyArray<IMcpCollectionContribution>;
readonly modelContextServerCollections?: ReadonlyArray<IMcpCollectionContribution>;

@@ -1469,0 +1479,0 @@ /**