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

@codingame/monaco-vscode-host-service-override

Package Overview
Dependencies
Maintainers
6
Versions
111
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codingame/monaco-vscode-host-service-override - npm Package Compare versions

Comparing version 7.1.0 to 7.1.1

4

package.json
{
"name": "@codingame/monaco-vscode-host-service-override",
"version": "7.1.0",
"version": "7.1.1",
"keywords": [],

@@ -29,4 +29,4 @@ "author": {

"dependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@7.1.0"
"vscode": "npm:@codingame/monaco-vscode-api@7.1.1"
}
}

@@ -24,3 +24,3 @@ import { __decorate, __param } from 'vscode/external/tslib/tslib.es6.js';

import { getWorkspaceIdentifier } from 'vscode/vscode/vs/workbench/services/workspaces/browser/workspaces';
import { localizeWithPath } from 'vscode/vscode/vs/nls';
import { localize } from 'vscode/vscode/vs/nls';
import Severity$1 from 'vscode/vscode/vs/base/common/severity';

@@ -39,3 +39,2 @@ import { IDialogService } from 'vscode/vscode/vs/platform/dialogs/common/dialogs.service';

const _moduleId = "vs/workbench/services/host/browser/browserHostService";
var HostShutdownReason;

@@ -338,8 +337,7 @@ ( ((function(HostShutdownReason) {

type: Severity$1.Warning,
message: ( localizeWithPath(
_moduleId,
0,
message: ( localize(
1074,
"The browser interrupted the opening of a new tab or window. Press 'Open' to open it anyway."
)),
primaryButton: ( localizeWithPath(_moduleId, 1, "&&Open"))
primaryButton: ( localize(1075, "&&Open"))
});

@@ -346,0 +344,0 @@ if (confirmed) {

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