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

monaco-languageclient

Package Overview
Dependencies
Maintainers
3
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-languageclient - npm Package Compare versions

Comparing version 6.4.4 to 6.4.5

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Changelog

## [6.4.5] - 2023-08-30
- Use direct `monaco-editor` imports
- Make examples publicly available
## [6.4.4] - 2023-08-24

@@ -7,0 +12,0 @@

2

lib/monaco-vscode-api-services.d.ts

@@ -1,2 +0,2 @@

import { editor } from 'monaco-editor/esm/vs/editor/editor.api.js';
import { editor } from 'monaco-editor';
import { LogLevel } from 'vscode/services';

@@ -3,0 +3,0 @@ import type { OpenEditor } from 'vscode/service-override/editor';

@@ -5,3 +5,3 @@ /* --------------------------------------------------------------------------------------------

* ------------------------------------------------------------------------------------------ */
import { Uri } from 'monaco-editor/esm/vs/editor/editor.api.js';
import { Uri } from 'monaco-editor';
import { ILogService, initialize as initializeMonacoService, StandaloneServices } from 'vscode/services';

@@ -8,0 +8,0 @@ import { initialize as initializeVscodeExtensions } from 'vscode/extensions';

{
"name": "monaco-languageclient",
"version": "6.4.4",
"version": "6.4.5",
"description": "Monaco Language client implementation",

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

@@ -6,3 +6,3 @@ /* --------------------------------------------------------------------------------------------

import { editor, Environment, Uri } from 'monaco-editor/esm/vs/editor/editor.api.js';
import { editor, Environment, Uri } from 'monaco-editor';
import { ILogService, initialize as initializeMonacoService, LogLevel, StandaloneServices } from 'vscode/services';

@@ -9,0 +9,0 @@ import { initialize as initializeVscodeExtensions } from 'vscode/extensions';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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