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

@types/prosemirror-collab

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/prosemirror-collab - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

prosemirror-collab/index.d.ts

@@ -29,3 +29,3 @@ // Type definitions for prosemirror-collab 1.1

*/
export function collab(config?: { version?: number | null; clientID?: number | string | null }): Plugin;
export function collab(config?: { version?: number | null | undefined; clientID?: number | string | null | undefined }): Plugin;

@@ -51,3 +51,3 @@ /**

clientIDs: Array<number | string>,
options?: { mapSelectionBackward?: boolean },
options?: { mapSelectionBackward?: boolean | undefined },
): Transaction<S>;

@@ -54,0 +54,0 @@

{
"name": "@types/prosemirror-collab",
"version": "1.1.1",
"version": "1.1.2",
"description": "TypeScript definitions for prosemirror-collab",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/prosemirror-collab",
"license": "MIT",

@@ -46,4 +47,4 @@ "contributors": [

},
"typesPublisherContentHash": "670e6b4a1f9a2629f8842aca4119f3c97502d78b408d0c21b9ffd622513b6393",
"typeScriptVersion": "3.4"
"typesPublisherContentHash": "6c567cccd191629de96593c55c6a9d60d3c507fbedd5e74847917f8c8e2f7668",
"typeScriptVersion": "3.6"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Mon, 18 Jan 2021 15:07:05 GMT
* Last updated: Thu, 08 Jul 2021 20:19:55 GMT
* Dependencies: [@types/prosemirror-model](https://npmjs.com/package/@types/prosemirror-model), [@types/prosemirror-state](https://npmjs.com/package/@types/prosemirror-state), [@types/prosemirror-transform](https://npmjs.com/package/@types/prosemirror-transform)

@@ -14,0 +14,0 @@ * Global values: none

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