Socket
Socket
Sign inDemoInstall

@codemirror/state

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/state - npm Package Compare versions

Comparing version 6.1.4 to 6.2.0

6

CHANGELOG.md

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

## 6.2.0 (2022-12-26)
### New features
`EditorSelection.range` now accepts an optional 4th argument to specify the bidi level of the range's head position.
## 6.1.4 (2022-11-15)

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

2

dist/index.d.ts

@@ -479,3 +479,3 @@ /**

*/
static range(anchor: number, head: number, goalColumn?: number): SelectionRange;
static range(anchor: number, head: number, goalColumn?: number, bidiLevel?: number): SelectionRange;
}

@@ -482,0 +482,0 @@

{
"name": "@codemirror/state",
"version": "6.1.4",
"version": "6.2.0",
"description": "Editor state data structures 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