@codemirror/autocomplete
Advanced tools
+6
-0
@@ -0,1 +1,7 @@ | ||
| ## 6.20.0 (2025-11-20) | ||
| ### New features | ||
| Completions now support a `sortText` property to influence sort order. | ||
| ## 6.19.1 (2025-10-23) | ||
@@ -2,0 +8,0 @@ |
+5
-0
@@ -24,2 +24,7 @@ import * as _codemirror_state from '@codemirror/state'; | ||
| /** | ||
| Overrides the text that is used to sort completions. Will | ||
| default to `label` if not given. | ||
| */ | ||
| sortText?: string; | ||
| /** | ||
| An optional short piece of information to show (with a different | ||
@@ -26,0 +31,0 @@ style) after the label. |
+5
-0
@@ -24,2 +24,7 @@ import * as _codemirror_state from '@codemirror/state'; | ||
| /** | ||
| Overrides the text that is used to sort completions. Will | ||
| default to `label` if not given. | ||
| */ | ||
| sortText?: string; | ||
| /** | ||
| An optional short piece of information to show (with a different | ||
@@ -26,0 +31,0 @@ style) after the label. |
+1
-1
| { | ||
| "name": "@codemirror/autocomplete", | ||
| "version": "6.19.1", | ||
| "version": "6.20.0", | ||
| "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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
253750
0.18%4841
0.1%