@codemirror/autocomplete
Advanced tools
+6
-0
@@ -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" | ||
| } | ||
| } |
+2
-2
| # @codemirror/autocomplete [](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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
4865
0.04%255135
-0.06%8
-11.11%