Socket
Socket
Sign inDemoInstall

@codemirror/autocomplete

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/autocomplete - npm Package Compare versions

Comparing version 6.2.0 to 6.3.0

6

CHANGELOG.md

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

## 6.3.0 (2022-09-22)
### New features
Close bracket configuration now supports a `stringPrefixes` property that can be used to allow autoclosing of prefixed strings.
## 6.2.0 (2022-09-13)

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

8

dist/index.d.ts

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

other added widgets and the standard content. The default icons
have position 20, the label position 50, and the detail position 70.
have position 20, the label position 50, and the detail position
80.
*/

@@ -408,2 +409,7 @@ addToOptions?: {

before?: string;
/**
When determining whether a given node may be a string, recognize
these prefixes before the opening quote.
*/
stringPrefixes?: string[];
}

@@ -410,0 +416,0 @@ /**

2

package.json
{
"name": "@codemirror/autocomplete",
"version": "6.2.0",
"version": "6.3.0",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc