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

@hocuspocus/extension-database

Package Overview
Dependencies
Maintainers
4
Versions
87
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-database - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

dist/playground/backend/src/tiptapcollab.d.ts

2

dist/packages/server/src/Connection.d.ts

@@ -42,3 +42,3 @@ /// <reference types="node" />

*/
beforeHandleMessage(callback: (payload: Document, update: Uint8Array) => Promise<any>): Connection;
beforeHandleMessage(callback: (connection: Connection, update: Uint8Array) => Promise<any>): Connection;
/**

@@ -45,0 +45,0 @@ * Send the given message

@@ -179,2 +179,3 @@ /// <reference types="node" />

socketId: string;
connection: Connection;
}

@@ -181,0 +182,0 @@ export interface beforeBroadcastStatelessPayload {

{
"name": "@hocuspocus/extension-database",
"description": "a generic Hocuspocus persistence driver for the database",
"version": "2.0.1",
"version": "2.0.2",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/server": "^2.0.1"
"@hocuspocus/server": "^2.0.2"
},

@@ -32,0 +32,0 @@ "peerDependencies": {

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