Socket
Socket
Sign inDemoInstall

@codemirror/autocomplete

Package Overview
Dependencies
6
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.17.1 to 0.17.2

6

CHANGELOG.md

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

## 0.17.2 (2021-01-12)
### Bug fixes
Don't bind Cmd-Space on macOS, since that already has a system default binding. Use Ctrl-Space for autocompletion.
## 0.17.1 (2021-01-06)

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

4

dist/index.js

@@ -1174,3 +1174,3 @@ import { showTooltip, tooltips } from '@codemirror/tooltip';

///
/// - Ctrl-Space (Cmd-Space on macOS): [`startCompletion`](#autocomplete.startCompletion)
/// - Ctrl-Space: [`startCompletion`](#autocomplete.startCompletion)
/// - Escape: [`closeCompletion`](#autocomplete.closeCompletion)

@@ -1183,3 +1183,3 @@ /// - ArrowDown: [`moveCompletionSelection`](#autocomplete.moveCompletionSelection)`(true)`

const completionKeymap = [
{ key: "Mod-Space", run: startCompletion },
{ key: "Ctrl-Space", run: startCompletion },
{ key: "Escape", run: closeCompletion },

@@ -1186,0 +1186,0 @@ { key: "ArrowDown", run: moveCompletionSelection(true) },

{
"name": "@codemirror/autocomplete",
"version": "0.17.1",
"version": "0.17.2",
"description": "Autocompletion for the CodeMirror code editor",

@@ -5,0 +5,0 @@ "scripts": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc