Socket
Socket
Sign inDemoInstall

y-prosemirror

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

y-prosemirror - npm Package Compare versions

Comparing version 1.2.7 to 1.2.8

2

package.json
{
"name": "y-prosemirror",
"version": "1.2.7",
"version": "1.2.8",
"description": "Prosemirror bindings for Yjs",

@@ -5,0 +5,0 @@ "main": "./dist/y-prosemirror.cjs",

@@ -297,3 +297,3 @@ /**

this.beforeAllTransactions = () => {
if (this.beforeTransactionSelection === null) {
if (this.beforeTransactionSelection === null && this.prosemirrorView != null) {
this.beforeTransactionSelection = getRelativeSelection(

@@ -523,2 +523,3 @@ this,

_typeChanged (events, transaction) {
if (this.prosemirrorView == null) return
const syncState = ySyncPluginKey.getState(this.prosemirrorView.state)

@@ -525,0 +526,0 @@ if (

Sorry, the diff of this file is not supported yet

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