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

@codingame/monaco-vscode-9a1a5840-af83-5d07-a156-ba32a36c5c4b-common

Package Overview
Dependencies
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-9a1a5840-af83-5d07-a156-ba32a36c5c4b-common - npm Package Compare versions

Comparing version 13.0.0 to 13.1.0

9

package.json
{
"name": "@codingame/monaco-vscode-9a1a5840-af83-5d07-a156-ba32a36c5c4b-common",
"version": "13.0.0",
"version": "13.1.0",
"private": false,

@@ -18,8 +18,5 @@ "description": "VSCode public API plugged on the monaco editor - common package (base, quickaccess, remote-agent, view-common)",

"dependencies": {
"@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common": "13.0.0"
"@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common": "13.1.0",
"@codingame/monaco-vscode-api": "13.1.0"
},
"peerDependencies": {
"@codingame/monaco-vscode-api": "13.0.0"
},
"peerDependenciesMeta": {},
"exports": {

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

@@ -8,3 +8,3 @@

import { IEditorService } from '@codingame/monaco-vscode-api/vscode/vs/workbench/services/editor/common/editorService.service';
import { IBrowserWorkbenchEnvironmentService } from '@codingame/monaco-vscode-1d9dbcb3-6f53-58ad-b0a4-92b1ef1fd6a8-common/vscode/vs/workbench/services/environment/browser/environmentService.service';
import { IBrowserWorkbenchEnvironmentService } from '@codingame/monaco-vscode-411e0589-fa79-504b-b32c-80a88847b23a-common/vscode/vs/workbench/services/environment/browser/environmentService.service';

@@ -17,3 +17,3 @@ const TRUSTED_DOMAINS_URI = ( URI.parse('trustedDomains:/Trusted Domains'));

description: {
description: ( localize2(10464, 'Manage Trusted Domains')),
description: ( localize2(10482, 'Manage Trusted Domains')),
args: []

@@ -35,3 +35,3 @@ },

type: 'item',
label: ( localize(10465, 'Trust {0}', domainToConfigure)),
label: ( localize(10483, 'Trust {0}', domainToConfigure)),
id: 'trust',

@@ -48,3 +48,3 @@ toTrust: domainToConfigure,

type: 'item',
label: ( localize(10466, 'Trust {0} on all ports', base)),
label: ( localize(10484, 'Trust {0} on all ports', base)),
toTrust: base + ':*',

@@ -58,3 +58,3 @@ id: 'trust'

type: 'item',
label: ( localize(10467, 'Trust {0} and all its subdomains', domainEnd)),
label: ( localize(10485, 'Trust {0} and all its subdomains', domainEnd)),
toTrust: topLevelDomain,

@@ -66,3 +66,3 @@ id: 'trust'

type: 'item',
label: ( localize(10468, 'Trust all domains (disables link protection)')),
label: ( localize(10486, 'Trust all domains (disables link protection)')),
toTrust: '*',

@@ -73,3 +73,3 @@ id: 'trust'

type: 'item',
label: ( localize(10469, 'Manage Trusted Domains')),
label: ( localize(10487, 'Manage Trusted Domains')),
id: 'manage'

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

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