Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codemirror/view

Package Overview
Dependencies
Maintainers
2
Versions
191
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 0.19.15 to 0.19.16

12

CHANGELOG.md

@@ -0,1 +1,13 @@

## 0.19.16 (2021-11-11)
### Breaking changes
Block replacement decorations now default to inclusive, because non-inclusive block decorations are rarely what you need.
### Bug fixes
Fix an issue that caused block widgets to always have a large side value, making it impossible to show them between to replacement decorations.
Fix a crash that could happen after some types of viewport changes, due to a bug in the block widget view data structure.
## 0.19.15 (2021-11-09)

@@ -2,0 +14,0 @@

3

dist/index.d.ts

@@ -94,3 +94,4 @@ import * as _codemirror_rangeset from '@codemirror/rangeset';

influences whether new content becomes part of the range and
whether the cursor can be drawn on its sides. Defaults to false.
whether the cursor can be drawn on its sides. Defaults to false
for inline replacements, and true for block replacements.
*/

@@ -97,0 +98,0 @@ inclusive?: boolean;

{
"name": "@codemirror/view",
"version": "0.19.15",
"version": "0.19.16",
"description": "DOM view component 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