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
88
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.1
to
6.20.2
+6
-0
CHANGELOG.md

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

## 6.20.2 (2026-05-06)
### Bug fixes
Fix an issue where you couldn't move to the last page of completions when its count was a precise multiple of the page size.
## 6.20.1 (2026-03-02)

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

+2
-2
{
"name": "@codemirror/autocomplete",
"version": "6.20.1",
"version": "6.20.2",
"description": "Autocompletion for the CodeMirror code editor",

@@ -39,4 +39,4 @@ "scripts": {

"type": "git",
"url": "git+https://github.com/codemirror/autocomplete.git"
"url": "git+https://code.haverbeke.berlin/codemirror/autocomplete.git"
}
}
# @codemirror/autocomplete [![NPM version](https://img.shields.io/npm/v/@codemirror/autocomplete.svg)](https://www.npmjs.org/package/@codemirror/autocomplete)
[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#autocomplete) | [**ISSUES**](https://github.com/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/c/next/) | [**CHANGELOG**](https://github.com/codemirror/autocomplete/blob/main/CHANGELOG.md) ]
[ [**WEBSITE**](https://codemirror.net/) | [**DOCS**](https://codemirror.net/docs/ref/#autocomplete) | [**ISSUES**](https://code.haverbeke.berlin/codemirror/dev/issues) | [**FORUM**](https://discuss.codemirror.net/) | [**CHANGELOG**](https://code.haverbeke.berlin/codemirror/autocomplete/src/branch/main/CHANGELOG.md) ]

@@ -13,3 +13,3 @@ This package implements autocompletion for the

This code is released under an
[MIT license](https://github.com/codemirror/autocomplete/tree/main/LICENSE).
[MIT license](https://code.haverbeke.berlin/codemirror/autocomplete/tree/main/LICENSE).

@@ -16,0 +16,0 @@ We aim to be an inclusive, welcoming community. To make that explicit,

name: Trigger CI
on: push
jobs:
build:
name: Dispatch to main repo
runs-on: ubuntu-latest
steps:
- name: Emit repository_dispatch
uses: mvasigh/dispatch-action@main
with:
# You should create a personal access token and store it in your repository
token: ${{ secrets.DISPATCH_AUTH }}
repo: dev
owner: codemirror
event_type: push

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

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