Socket
Socket
Sign inDemoInstall

@codemirror/view

Package Overview
Dependencies
Maintainers
2
Versions
189
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/view - npm Package Compare versions

Comparing version 6.12.0 to 6.13.0

dist/index.d.cts

14

CHANGELOG.md

@@ -0,1 +1,15 @@

## 6.13.0 (2023-06-05)
### Bug fixes
Forbid widget decoration side values bigger than 10000, to prevent them from breaking range ordering invariants.
Fix a bug where differences between widgets' estimated and actual heights could cause the editor to inappropriately move the scroll position.
Avoid another situation in which composition that inserts line breaks could corrupt the editor DOM.
### New features
Inline widgets may now introduce line breaks, if they report this through the `WidgetType.lineBreaks` property.
## 6.12.0 (2023-05-18)

@@ -2,0 +16,0 @@

4

package.json
{
"name": "@codemirror/view",
"version": "6.12.0",
"version": "6.13.0",
"description": "DOM view component for the CodeMirror code editor",

@@ -34,3 +34,3 @@ "scripts": {

"devDependencies": {
"@codemirror/buildhelper": "^0.1.6"
"@codemirror/buildhelper": "^1.0.0"
},

@@ -37,0 +37,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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