Socket
Socket
Sign inDemoInstall

@codemirror/rangeset

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/rangeset - npm Package Compare versions

Comparing version 0.19.3 to 0.19.4

6

CHANGELOG.md

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

## 0.19.4 (2021-12-14)
### Bug fixes
Make sure non-empty point ranges at the end of another point range are covered by the bigger range.
## 0.19.3 (2021-12-14)

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

3

dist/index.js

@@ -725,4 +725,3 @@ import { MapMode } from '@codemirror/state';

}
else if (wasPoint && this.cursor.to == this.to && this.cursor.from < this.cursor.to &&
nextVal.endSide == this.endSide) {
else if (wasPoint && this.cursor.to == this.to && this.cursor.from < this.cursor.to) {
// Ignore any non-empty points that end precisely at the end of the prev point

@@ -729,0 +728,0 @@ this.cursor.next();

{
"name": "@codemirror/rangeset",
"version": "0.19.3",
"version": "0.19.4",
"description": "Range set data structure for the CodeMirror code editor",

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

Sorry, the diff of this file is not supported yet

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