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

@hocuspocus/transformer

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/transformer - 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/transformer",
"version": "2.0.1",
"version": "2.0.2",
"description": "hocuspocus transformation utilities",

@@ -5,0 +5,0 @@ "homepage": "https://hocuspocus.dev",

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