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.2.0

Diff

Changelog

Source

6.2.0 (2022-09-13)

New features

Autocompletion now takes an interactionDelay option that can be used to control the delay between the time where completion opens and the time where commands like acceptCompletion affect it.

marijn
published 6.1.1 •

Changelog

Source

6.1.1 (2022-09-08)

Bug fixes

Fix a bug that prevented transactions produced by deleteBracketPair from being marked as deletion user events.

Improve positioning of completion info tooltips so they are less likely to stick out of the screen on small displays.

marijn
published 6.1.0 •

Changelog

Source

6.1.0 (2022-07-19)

New features

You can now provide a compareCompletions option to autocompletion to influence the way completions with the same match score are sorted.

The selectOnOpen option to autocompletion can be used to require explicitly selecting a completion option before acceptCompletion does anything.

marijn
published 6.0.4 •

Changelog

Source

6.0.4 (2022-07-07)

Bug fixes

Remove a leftover console.log in bracket closing code.

marijn
published 6.0.3 •

Changelog

Source

6.0.3 (2022-07-04)

Bug fixes

Fix a bug that caused closeBrackets to not close quotes when at the end of a syntactic construct that starts with a similar quote.

marijn
published 6.0.2 •

Changelog

Source

6.0.2 (2022-06-15)

Bug fixes

Declare package dependencies as peer dependencies as an attempt to avoid duplicated package issues.

marijn
published 6.0.1 •

Changelog

Source

6.0.1 (2022-06-09)

Bug fixes

Support escaping ${ or #{ in snippets.

marijn
published 6.0.0 •

Changelog

Source

6.0.0 (2022-06-08)

Bug fixes

Scroll the cursor into view when inserting a snippet.

marijn
published 0.20.3 •

Changelog

Source

0.20.3 (2022-05-30)

Bug fixes

Add an aria-label to the completion listbox.

Fix a regression that caused transactions generated for completion to not have a userEvent annotation.

marijn
published 0.20.2 •

Changelog

Source

0.20.2 (2022-05-24)

New features

The package now exports an insertCompletionText helper that implements the default behavior for applying a completion.

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