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.2 to 2.0.3

7

dist/packages/extension-redis/src/Redis.d.ts

@@ -45,2 +45,7 @@ import RedisClient, { ClusterNode, ClusterOptions, RedisOptions } from 'ioredis';

lockTimeout: number;
/**
* A delay before onDisconnect is executed. This allows last minute updates'
* sync messages to be received by the subscription before it's closed.
*/
disconnectDelay: number;
}

@@ -107,3 +112,3 @@ export declare class Redis implements Extension {

*/
onDisconnect: ({ documentName, clientsCount }: onDisconnectPayload) => Promise<void>;
onDisconnect: ({ document, documentName }: onDisconnectPayload) => Promise<void>;
beforeBroadcastStateless(data: beforeBroadcastStatelessPayload): Promise<number>;

@@ -110,0 +115,0 @@ /**

@@ -80,2 +80,3 @@ import * as Y from 'yjs';

get hasUnsyncedChanges(): boolean;
updateUnsyncedChanges(unsyncedChanges?: number): void;
forceSync(): void;

@@ -82,0 +83,0 @@ boundBeforeUnload: () => void;

2

package.json
{
"name": "@hocuspocus/transformer",
"version": "2.0.2",
"version": "2.0.3",
"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