Socket
Socket
Sign inDemoInstall

y-prosemirror

Package Overview
Dependencies
9
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.2 to 1.2.3

2

dist/src/y-prosemirror.d.ts
export * from "./plugins/cursor-plugin.js";
export * from "./plugins/undo-plugin.js";
export * from "./plugins/keys.js";
export { ySyncPlugin, isVisible, getRelativeSelection, ProsemirrorBinding } from "./plugins/sync-plugin.js";
export { ySyncPlugin, isVisible, getRelativeSelection, ProsemirrorBinding, updateYFragment } from "./plugins/sync-plugin.js";
export { absolutePositionToRelativePosition, relativePositionToAbsolutePosition, setMeta, prosemirrorJSONToYDoc, yDocToProsemirrorJSON, yDocToProsemirror, prosemirrorToYDoc, prosemirrorJSONToYXmlFragment, yXmlFragmentToProsemirrorJSON, yXmlFragmentToProsemirror, prosemirrorToYXmlFragment } from "./lib.js";
{
"name": "y-prosemirror",
"version": "1.2.2",
"version": "1.2.3",
"description": "Prosemirror bindings for Yjs",

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

@@ -969,3 +969,9 @@ /**

/**
* Update a yDom node by syncing the current content of the prosemirror node.
*
* This is a y-prosemirror internal feature that you can use at your own risk.
*
* @private
* @unstable
*
* @param {{transact: Function}} y

@@ -972,0 +978,0 @@ * @param {Y.XmlFragment} yDomFragment

export * from './plugins/cursor-plugin.js'
export { ySyncPlugin, isVisible, getRelativeSelection, ProsemirrorBinding } from './plugins/sync-plugin.js'
export { ySyncPlugin, isVisible, getRelativeSelection, ProsemirrorBinding, updateYFragment } from './plugins/sync-plugin.js'
export * from './plugins/undo-plugin.js'

@@ -4,0 +4,0 @@ export * from './plugins/keys.js'

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc