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

monaco-editor-wrapper

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

monaco-editor-wrapper - npm Package Compare versions

Comparing version

to
1.3.1-next.0

@@ -12,2 +12,3 @@ import 'monaco-editor/esm/vs/editor/editor.all.js';

import * as monaco from 'monaco-editor/esm/vs/editor/editor.api.js';
import * as vscode from 'vscode';
import { MonacoLanguageClient, MessageWriter, MessageReader } from 'monaco-languageclient';

@@ -98,2 +99,3 @@ export declare type WebSocketConfigOptions = {

getMonaco(): typeof monaco;
getVscode(): typeof vscode;
getEditor(): monaco.editor.IStandaloneCodeEditor | undefined;

@@ -100,0 +102,0 @@ getDiffEditor(): monaco.editor.IStandaloneDiffEditor | undefined;

@@ -12,2 +12,3 @@ import 'monaco-editor/esm/vs/editor/editor.all.js';

import * as monaco from 'monaco-editor/esm/vs/editor/editor.api.js';
import * as vscode from 'vscode';
import { getMonacoCss } from './generated/css.js';

@@ -150,2 +151,5 @@ import { getCodiconTtf } from './generated/ttf.js';

}
getVscode() {
return vscode;
}
getEditor() {

@@ -152,0 +156,0 @@ return this.editor;

{
"name": "monaco-editor-wrapper",
"version": "1.3.0",
"version": "1.3.1-next.0",
"license": "MIT",

@@ -96,2 +96,3 @@ "description": "Monaco-Editor and Monaco Languageclient Wrapper",

"vscode-languageserver-protocol": "3.17.2",
"vscode": "npm:@codingame/monaco-vscode-api@1.69.12",
"normalize-url": "7.2.0"

@@ -98,0 +99,0 @@ },

@@ -13,2 +13,4 @@ import 'monaco-editor/esm/vs/editor/editor.all.js';

import * as vscode from 'vscode';
import { getMonacoCss } from './generated/css.js';

@@ -233,2 +235,6 @@ import { getCodiconTtf } from './generated/ttf.js';

getVscode() {
return vscode;
}
getEditor(): monaco.editor.IStandaloneCodeEditor | undefined {

@@ -235,0 +241,0 @@ return this.editor;

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet