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

@hocuspocus/extension-redis

Package Overview
Dependencies
Maintainers
5
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-redis - 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/extension-redis",
"version": "2.11.1",
"version": "2.11.2",
"description": "Scale Hocuspocus horizontally with Redis",

@@ -36,3 +36,3 @@ "homepage": "https://hocuspocus.dev",

"dependencies": {
"@hocuspocus/server": "^2.11.1",
"@hocuspocus/server": "^2.11.2",
"ioredis": "^4.28.2",

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

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