Socket
Socket
Sign inDemoInstall

@hocuspocus/server

Package Overview
Dependencies
Maintainers
6
Versions
114
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.13.0 to 2.13.1

5

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

@@ -92,3 +92,3 @@ import * as mutex from 'lib0/mutex';

boundBroadcastChannelSubscriber: (data: ArrayBuffer) => void;
boundPageUnload: () => void;
boundPageHide: () => void;
boundOnOpen: (event: Event) => Promise<void>;

@@ -107,6 +107,7 @@ boundOnClose: (event: CloseEvent) => void;

get hasUnsyncedChanges(): boolean;
private resetUnsyncedChanges;
incrementUnsyncedChanges(): void;
decrementUnsyncedChanges(): void;
forceSync(): void;
pageUnload(): void;
pageHide(): void;
registerEventListeners(): void;

@@ -113,0 +114,0 @@ sendStateless(payload: string): void;

4

package.json
{
"name": "@hocuspocus/server",
"description": "plug & play collaboration backend",
"version": "2.13.0",
"version": "2.13.1",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/common": "^2.13.0",
"@hocuspocus/common": "^2.13.1",
"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