@hocuspocus/extension-throttle
Advanced tools
Comparing version 2.13.6 to 2.13.7
@@ -68,2 +68,8 @@ /// <reference types="node" /> | ||
messagePrefix: Buffer; | ||
/** | ||
* When we have a high frequency of updates to a document we don't need tons of setTimeouts | ||
* piling up, so we'll track them to keep it to the most recent per document. | ||
*/ | ||
private pendingDisconnects; | ||
private pendingAfterStoreDocumentResolves; | ||
constructor(configuration: Partial<Configuration>); | ||
@@ -70,0 +76,0 @@ onConfigure({ instance }: onConfigurePayload): Promise<void>; |
{ | ||
"name": "@hocuspocus/extension-throttle", | ||
"version": "2.13.6", | ||
"version": "2.13.7", | ||
"description": "hocuspocus throttle extension", | ||
@@ -31,5 +31,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.13.6" | ||
"@hocuspocus/server": "^2.13.7" | ||
}, | ||
"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
91643
2171
Updated@hocuspocus/server@^2.13.7