@hocuspocus/extension-throttle
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -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; |
{ | ||
"name": "@hocuspocus/extension-throttle", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "hocuspocus throttle extension", | ||
@@ -31,5 +31,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.13.0" | ||
"@hocuspocus/server": "^2.13.1" | ||
}, | ||
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91165
2161
Updated@hocuspocus/server@^2.13.1