New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-view

Package Overview
Dependencies
Maintainers
1
Versions
287
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-view - npm Package Compare versions

Comparing version

to
1.17.5

6

CHANGELOG.md

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

## 1.17.5 (2021-02-05)
### Bug fixes
Fix an issue where the view could go into an endless DOM flush loop in specific circumstances involving asynchronous DOM mutation.
## 1.17.4 (2021-02-04)

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

2

package.json
{
"name": "prosemirror-view",
"version": "1.17.4",
"version": "1.17.5",
"description": "ProseMirror's view component",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -179,2 +179,3 @@ import browser from "./browser"

else if (!this.currentSelection.eq(sel)) selectionToDOM(this.view)
this.currentSelection.set(sel)
}

@@ -181,0 +182,0 @@ }

@@ -75,3 +75,3 @@ import {DOMSerializer, Fragment, Mark} from "prosemirror-model"

// Called when the node view is removed from the editor or the whole
// editor is destroyed.
// editor is destroyed. (Not available for marks.)

@@ -78,0 +78,0 @@ // View descriptions are data structures that describe the DOM that is

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

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 not supported yet