Socket
Socket
Sign inDemoInstall

@hocuspocus/server

Package Overview
Dependencies
Maintainers
5
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/server - npm Package Compare versions

Comparing version 2.11.1 to 2.11.2

4

dist/packages/provider/src/TiptapCollabProvider.d.ts

@@ -49,3 +49,5 @@ import type { AbstractType, YArrayEvent } from 'yjs';

createThread(data: Omit<TCollabThread, 'id' | 'createdAt' | 'updatedAt' | 'comments'>): TCollabThread;
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data' | 'resolvedAt'>>): TCollabThread;
updateThread(id: TCollabThread['id'], data: Partial<Pick<TCollabThread, 'data'> & {
resolvedAt: TCollabThread['resolvedAt'] | null;
}>): TCollabThread;
deleteThread(id: TCollabThread['id']): void;

@@ -52,0 +54,0 @@ getThreadComments(threadId: TCollabThread['id']): TCollabComment[] | null;

{
"name": "@hocuspocus/server",
"description": "plug & play collaboration backend",
"version": "2.11.1",
"version": "2.11.2",
"homepage": "https://hocuspocus.dev",

@@ -32,3 +32,3 @@ "keywords": [

"dependencies": {
"@hocuspocus/common": "^2.11.1",
"@hocuspocus/common": "^2.11.2",
"async-lock": "^1.3.1",

@@ -35,0 +35,0 @@ "kleur": "^4.1.4",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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