Socket
Socket
Sign inDemoInstall

@codemirror/autocomplete

Package Overview
Dependencies
4
Maintainers
2
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.4.1 to 6.4.2

6

CHANGELOG.md

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

## 6.4.2 (2023-02-17)
### Bug fixes
Fix a bug where the apply method created by `snippet` didn't add a `pickedCompletion` annotation to the transactions it created.
## 6.4.1 (2023-02-14)

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

2

dist/index.d.ts

@@ -341,3 +341,3 @@ import * as _codemirror_state from '@codemirror/state';

dispatch: (tr: Transaction) => void;
}, _completion: Completion, from: number, to: number) => void;
}, completion: Completion, from: number, to: number) => void;
/**

@@ -344,0 +344,0 @@ A command that clears the active snippet, if any.

{
"name": "@codemirror/autocomplete",
"version": "6.4.1",
"version": "6.4.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 too big to display

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