You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@getoutline/y-prosemirror

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getoutline/y-prosemirror - npm Package Compare versions

Comparing version

to
1.3.9

2

package.json
{
"name": "@getoutline/y-prosemirror",
"version": "1.3.8",
"version": "1.3.9",
"description": "Prosemirror bindings for Yjs",

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

@@ -276,3 +276,3 @@ /**

if (anchor !== null && head !== null) {
const sel = new CellSelection(tr.doc.resolve(anchor - 1), tr.doc.resolve(head + 1))
const sel = new CellSelection(tr.doc.resolve(anchor - 1), tr.doc.resolve(head))
tr.setSelection(sel)

@@ -279,0 +279,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet