Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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

Package Overview
Dependencies
Maintainers
6
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.83.7 to 1.83.8

6

layout.d.ts

@@ -16,3 +16,3 @@ import { IEditorOverrideServices } from 'vscode/vscode/vs/editor/standalone/browser/standaloneServices';

private viewDescriptorService;
constructor(container: HTMLElement);
constructor(container?: HTMLElement);
onDidChangeFullscreen: Event<any>;

@@ -70,4 +70,8 @@ onDidChangeZenMode: Event<any>;

}
declare function getServiceOverride(): IEditorOverrideServices;
/**
* @deprecated Provide container via the services `initialize` function
*/
declare function getServiceOverride(container?: HTMLElement): IEditorOverrideServices;
export { LayoutService, getServiceOverride as default };

4

package.json
{
"name": "@codingame/monaco-vscode-layout-service-override",
"version": "1.83.7",
"version": "1.83.8",
"keywords": [],

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

"dependencies": {
"vscode": "npm:@codingame/monaco-vscode-api@1.83.7",
"vscode": "npm:@codingame/monaco-vscode-api@1.83.8",
"monaco-editor": "0.44.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