Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@codemirror/lint

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lint - npm Package Compare versions

Comparing version
6.9.6
to
6.9.7
+6
-0
CHANGELOG.md

@@ -0,1 +1,7 @@

## 6.9.7 (2026-06-09)
### Bug fixes
Avoid lint tooltips overlapping their target text when that is line-wrapped.
## 6.9.6 (2026-05-06)

@@ -2,0 +8,0 @@

+1
-1

@@ -208,3 +208,3 @@ 'use strict';

end: end,
above: view.state.doc.lineAt(start).to < end,
above: true,
create() {

@@ -211,0 +211,0 @@ return { dom: diagnosticsTooltip(view, found) };

@@ -206,3 +206,3 @@ import { Decoration, showPanel, EditorView, ViewPlugin, gutter, showTooltip, hoverTooltip, getPanel, activateHover, logException, WidgetType, GutterMarker } from '@codemirror/view';

end: end,
above: view.state.doc.lineAt(start).to < end,
above: true,
create() {

@@ -209,0 +209,0 @@ return { dom: diagnosticsTooltip(view, found) };

{
"name": "@codemirror/lint",
"version": "6.9.6",
"version": "6.9.7",
"description": "Linting support for the CodeMirror code editor",

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