You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

y-prosemirror

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.18 to 1.0.19

2

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

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

@@ -24,3 +24,7 @@

userDiv.insertBefore(document.createTextNode(user.name), null)
const nonbreakingSpace1 = document.createTextNode('\u2060')
const nonbreakingSpace2 = document.createTextNode('\u2060')
cursor.insertBefore(nonbreakingSpace1, null)
cursor.insertBefore(userDiv, null)
cursor.insertBefore(nonbreakingSpace2, null)
return cursor

@@ -27,0 +31,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc