New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codemirror/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/autocomplete - npm Package Versions

1
9

6.10.0

Diff

Changelog

Source

6.10.0 (2023-10-11)

New features

The new autocompletion configuration option updateSyncTime allows control over how long fast sources are held back waiting for slower completion sources.

marijn
published 6.9.2 •

Changelog

Source

6.9.2 (2023-10-06)

Bug fixes

Fix a bug in completeAnyWord that could cause it to generate invalid regular expressions and crash.

marijn
published 6.9.1 •

Changelog

Source

6.9.1 (2023-09-14)

Bug fixes

Make sure the cursor is scrolled into view after inserting completion text.

Make sure scrolling completions into view doesn't get confused when the tooltip is scaled.

marijn
published 6.9.0 •

Changelog

Source

6.9.0 (2023-07-18)

New features

Completions may now provide a displayLabel property that overrides the way they are displayed in the completion list.

marijn
published 6.8.1 •

Changelog

Source

6.8.1 (2023-06-23)

Bug fixes

acceptCompletion now returns false (allowing other handlers to take effect) when the completion popup is open but disabled.

marijn
published 6.8.0 •

Changelog

Source

6.8.0 (2023-06-12)

New features

The result of Completion.info may now include a destroy method that will be called when the tooltip is removed.

marijn
published 6.7.1 •

Changelog

Source

6.7.1 (2023-05-13)

Bug fixes

Fix a bug that cause incorrect ordering of completions when some results covered input text and others didn't.

marijn
published 6.7.0 •

Changelog

Source

6.7.0 (2023-05-11)

New features

The new hasNextSnippetField and hasPrevSnippetField functions can be used to figure out if the snippet-field-motion commands apply to a given state.

marijn
published 6.6.1 •

Changelog

Source

6.6.1 (2023-05-03)

Bug fixes

Fix a bug that made the editor use the completion's original position, rather than its current position, when changes happened in the document while a result was active.

marijn
published 6.6.0 •

Changelog

Source

6.6.0 (2023-04-27)

Bug fixes

Fix a bug in insertCompletionText that caused it to replace the wrong range when a result set's to fell after the cursor.

New features

Functions returned by snippet can now be called without a completion object.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc