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

@codemirror/autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/autocomplete - npm Package Compare versions

Comparing version
6.20.2
to
6.20.3
+8
-0
CHANGELOG.md

@@ -0,1 +1,9 @@

## 6.20.3 (2026-06-03)
### Bug fixes
In snippets, treat tab stop 0 as the final one, aligning with a widely used convention.
Fix a bug in the handling of changes before the completion while completion is active.
## 6.20.2 (2026-05-06)

@@ -2,0 +10,0 @@

+2
-1

@@ -479,3 +479,4 @@ import * as _codemirror_state from '@codemirror/state';

numbers to placeholders (`${1}` or `${1:defaultText}`) to provide
a custom order.
a custom order. `${0}` is special—it is always the last stop, where
the cursor ends up after tabbing through the other fields.

@@ -482,0 +483,0 @@ To include a literal `{` or `}` in your template, put a backslash

@@ -479,3 +479,4 @@ import * as _codemirror_state from '@codemirror/state';

numbers to placeholders (`${1}` or `${1:defaultText}`) to provide
a custom order.
a custom order. `${0}` is special—it is always the last stop, where
the cursor ends up after tabbing through the other fields.

@@ -482,0 +483,0 @@ To include a literal `{` or `}` in your template, put a backslash

{
"name": "@codemirror/autocomplete",
"version": "6.20.2",
"version": "6.20.3",
"description": "Autocompletion for the CodeMirror code editor",

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

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

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