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

@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common

Package Overview
Dependencies
Maintainers
6
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common - npm Package Compare versions

Comparing version 13.0.0 to 13.1.0

15

package.json
{
"name": "@codingame/monaco-vscode-47923ab1-c4c8-58b5-89ac-fa1b998eb5dd-common",
"version": "13.0.0",
"version": "13.1.0",
"private": false,

@@ -18,11 +18,8 @@ "description": "VSCode public API plugged on the monaco editor - common package (chat, extension-gallery, interactive, localization, notebook, search, terminal)",

"dependencies": {
"@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common": "13.0.0",
"@codingame/monaco-vscode-3dd5b442-bfbc-5b1d-8f4a-7567530c75f5-common": "13.0.0",
"@codingame/monaco-vscode-cc9ccbec-e2a1-599d-84ae-46f5efc666e3-common": "13.0.0",
"@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common": "13.0.0"
"@codingame/monaco-vscode-7443a901-21f6-577a-9674-42893b997ee0-common": "13.1.0",
"@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common": "13.1.0",
"@codingame/monaco-vscode-api": "13.1.0",
"@codingame/monaco-vscode-cc9ccbec-e2a1-599d-84ae-46f5efc666e3-common": "13.1.0",
"@codingame/monaco-vscode-d6e33d82-c101-549d-a885-0807ab3e0cfb-common": "13.1.0"
},
"peerDependencies": {
"@codingame/monaco-vscode-api": "13.0.0"
},
"peerDependenciesMeta": {},
"exports": {

@@ -29,0 +26,0 @@ ".": {

4

vscode/src/vs/workbench/contrib/extensions/browser/extensionsActions.d.ts
import { IAction, Action, IActionChangeEvent } from "@codingame/monaco-vscode-api/vscode/vs/base/common/actions";
import { Emitter, Event } from "@codingame/monaco-vscode-api/vscode/vs/base/common/event";
import { IContextMenuService } from "@codingame/monaco-vscode-api/vscode/vs/platform/contextview/browser/contextView.service";
import { IExtension, IExtensionContainer } from "@codingame/monaco-vscode-22790577-4553-50b6-978d-0acc75c394cc-common/vscode/vs/workbench/contrib/extensions/common/extensions";
import { IExtension, IExtensionContainer } from "@codingame/monaco-vscode-972e8507-3a64-566d-8bc0-b78993998562-common/vscode/vs/workbench/contrib/extensions/common/extensions";
import { IExtensionsWorkbenchService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/contrib/extensions/common/extensions.service";

@@ -31,3 +31,3 @@ import { InstallOptions, InstallOperation } from "@codingame/monaco-vscode-api/vscode/vs/platform/extensionManagement/common/extensionManagement";

import { IQuickInputService } from "@codingame/monaco-vscode-api/vscode/vs/platform/quickinput/common/quickInput.service";
import { IWorkbenchThemeService } from "@codingame/monaco-vscode-3dd5b442-bfbc-5b1d-8f4a-7567530c75f5-common/vscode/vs/workbench/services/themes/common/workbenchThemeService.service";
import { IWorkbenchThemeService } from "@codingame/monaco-vscode-7443a901-21f6-577a-9674-42893b997ee0-common/vscode/vs/workbench/services/themes/common/workbenchThemeService.service";
import { ILabelService } from "@codingame/monaco-vscode-api/vscode/vs/platform/label/common/label.service";

@@ -34,0 +34,0 @@ import { ITextFileService } from "@codingame/monaco-vscode-api/vscode/vs/workbench/services/textfile/common/textfiles.service";

@@ -11,3 +11,3 @@

type: 'object',
title: ( localize(6312, "Extensions")),
title: ( localize(6330, "Extensions")),
additionalProperties: false,

@@ -18,3 +18,3 @@ properties: {

description: ( localize(
6313,
6331,
"List of extensions which should be recommended for users of this workspace. The identifier of an extension is always '${publisher}.${name}'. For example: 'vscode.csharp'."

@@ -25,3 +25,3 @@ )),

pattern: EXTENSION_IDENTIFIER_PATTERN,
errorMessage: ( localize(6314, "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'."))
errorMessage: ( localize(6332, "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'."))
},

@@ -32,3 +32,3 @@ },

description: ( localize(
6315,
6333,
"List of extensions recommended by VS Code that should not be recommended for users of this workspace. The identifier of an extension is always '${publisher}.${name}'. For example: 'vscode.csharp'."

@@ -39,3 +39,3 @@ )),

pattern: EXTENSION_IDENTIFIER_PATTERN,
errorMessage: ( localize(6314, "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'."))
errorMessage: ( localize(6332, "Expected format '${publisher}.${name}'. Example: 'vscode.csharp'."))
},

@@ -42,0 +42,0 @@ },

@@ -75,4 +75,4 @@

const workspaceOrFolders = isRecommended
? await this.pickWorkspaceOrFolders(recommendedWorksapceFolders, isWorkspaceRecommended ? workspace : undefined, ( localize(11459, "Remove extension recommendation from")))
: await this.pickWorkspaceOrFolders(workspace.folders, workspace.configuration ? workspace : undefined, ( localize(11460, "Add extension recommendation to")));
? await this.pickWorkspaceOrFolders(recommendedWorksapceFolders, isWorkspaceRecommended ? workspace : undefined, ( localize(11477, "Remove extension recommendation from")))
: await this.pickWorkspaceOrFolders(workspace.folders, workspace.configuration ? workspace : undefined, ( localize(11478, "Add extension recommendation to")));
for (const workspaceOrWorkspaceFolder of workspaceOrFolders) {

@@ -99,4 +99,4 @@ if (isWorkspace(workspaceOrWorkspaceFolder)) {

const workspaceOrFolders = isUnwanted
? await this.pickWorkspaceOrFolders(unWantedWorksapceFolders, isWorkspaceUnwanted ? workspace : undefined, ( localize(11459, "Remove extension recommendation from")))
: await this.pickWorkspaceOrFolders(workspace.folders, workspace.configuration ? workspace : undefined, ( localize(11460, "Add extension recommendation to")));
? await this.pickWorkspaceOrFolders(unWantedWorksapceFolders, isWorkspaceUnwanted ? workspace : undefined, ( localize(11477, "Remove extension recommendation from")))
: await this.pickWorkspaceOrFolders(workspace.folders, workspace.configuration ? workspace : undefined, ( localize(11478, "Add extension recommendation to")));
for (const workspaceOrWorkspaceFolder of workspaceOrFolders) {

@@ -228,3 +228,3 @@ if (isWorkspace(workspaceOrWorkspaceFolder)) {

label: workspaceFolder.name,
description: ( localize(11461, "Workspace Folder")),
description: ( localize(11479, "Workspace Folder")),
workspaceOrFolder: workspaceFolder,

@@ -237,3 +237,3 @@ iconClasses: getIconClasses(this.modelService, this.languageService, workspaceFolder.uri, FileKind.ROOT_FOLDER)

folderPicks.push({
label: ( localize(11462, "Workspace")),
label: ( localize(11480, "Workspace")),
workspaceOrFolder: workspace,

@@ -240,0 +240,0 @@ });

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc