Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

codemirror-languageserver

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codemirror-languageserver - npm Package Compare versions

Comparing version
1.18.0
to
1.18.1
+2
-1
dist/index.js

@@ -221,3 +221,4 @@ import { insertCompletionText, autocompletion as autocompletion$1 } from '@codemirror/autocomplete';

this.allowHTMLContent = allowHTMLContent;
this.synchronizationMethod = synchronizationMethod;
this.synchronizationMethod =
synchronizationMethod !== null && synchronizationMethod !== void 0 ? synchronizationMethod : SynchronizationMethod.Full;
this.documentVersion = 0;

@@ -224,0 +225,0 @@ this.client.attachPlugin(this);

{
"name": "codemirror-languageserver",
"version": "1.18.0",
"version": "1.18.1",
"description": "Language Server Plugin for CodeMirror 6",

@@ -5,0 +5,0 @@ "main": "dist/index.js",