@hocuspocus/extension-throttle
Advanced tools
Comparing version 2.13.4-rc.0 to 2.13.5-rc.0
@@ -20,3 +20,3 @@ import WebSocket from 'ws'; | ||
mux: mutex; | ||
logger: Debugger; | ||
logger?: Debugger; | ||
isLoading: boolean; | ||
@@ -27,3 +27,3 @@ isDestroyed: boolean; | ||
*/ | ||
constructor(name: string, logger: Debugger, yDocOptions: {}); | ||
constructor(name: string, logger?: Debugger, yDocOptions?: {}); | ||
/** | ||
@@ -30,0 +30,0 @@ * Check if the Document (XMLFragment or Map) is empty |
{ | ||
"name": "@hocuspocus/extension-throttle", | ||
"version": "2.13.4-rc.0", | ||
"version": "2.13.5-rc.0", | ||
"description": "hocuspocus throttle extension", | ||
@@ -31,5 +31,5 @@ "homepage": "https://hocuspocus.dev", | ||
"dependencies": { | ||
"@hocuspocus/server": "^2.13.4-rc.0" | ||
"@hocuspocus/server": "^2.13.5-rc.0" | ||
}, | ||
"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
91287