Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prosemirror-collab

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prosemirror-collab - npm Package Compare versions

Comparing version 1.3.0-beta.1 to 1.3.0

6

CHANGELOG.md

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

## 1.3.0 (2022-05-30)
### New features
Include TypeScript type declarations.
## 1.2.2 (2019-11-20)

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

1

dist/index.js

@@ -78,3 +78,2 @@ import { PluginKey, Plugin, TextSelection } from 'prosemirror-state';

},
// @ts-ignore
config: conf,

@@ -81,0 +80,0 @@ // This is used to notify the history plugin to not merge steps,

{
"name": "prosemirror-collab",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Collaborative editing for ProseMirror",

@@ -5,0 +5,0 @@ "type": "module",

@@ -70,3 +70,3 @@ import {Plugin, PluginKey, TextSelection, EditorState, Transaction} from "prosemirror-state"

/// for the editor.
export function collab(config: CollabConfig = {}) {
export function collab(config: CollabConfig = {}): Plugin {
let conf: Required<CollabConfig> = {

@@ -92,3 +92,2 @@ version: config.version || 0,

// @ts-ignore
config: conf,

@@ -95,0 +94,0 @@

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