@hocuspocus/transformer
Advanced tools
Comparing version 2.4.0-rc.1 to 2.4.0
@@ -28,3 +28,2 @@ /// <reference types="node" /> | ||
boundClose: (event?: CloseEvent) => void; | ||
boundHandleMessage: (data: Uint8Array) => void; | ||
boundHandlePong: () => void; | ||
@@ -68,6 +67,6 @@ handlePong(): void; | ||
* Handle an incoming message | ||
* @private | ||
* @public | ||
*/ | ||
private handleMessage; | ||
handleMessage(data: Uint8Array): void; | ||
} | ||
export default Connection; |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { Server as HTTPServer, IncomingMessage } from 'http'; | ||
import WebSocket, { AddressInfo, WebSocketServer } from 'ws'; | ||
import { IncomingMessage } from 'http'; | ||
import WebSocket, { AddressInfo } from 'ws'; | ||
import { Server as HocuspocusServer } from './Server'; | ||
import { Debugger } from './Debugger.js'; | ||
@@ -28,4 +29,3 @@ import { DirectConnection } from './DirectConnection.js'; | ||
documents: Map<string, Document>; | ||
httpServer?: HTTPServer; | ||
webSocketServer?: WebSocketServer; | ||
server?: HocuspocusServer; | ||
debugger: Debugger; | ||
@@ -70,3 +70,3 @@ constructor(configuration?: Partial<Configuration>); | ||
* | ||
* … and if nothings fails it’ll fully establish the connection and | ||
* … and if nothing fails it’ll fully establish the connection and | ||
* load the Document then. | ||
@@ -73,0 +73,0 @@ */ |
{ | ||
"name": "@hocuspocus/transformer", | ||
"version": "2.4.0-rc.1", | ||
"version": "2.4.0", | ||
"description": "hocuspocus transformation utilities", | ||
@@ -5,0 +5,0 @@ "homepage": "https://hocuspocus.dev", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
691431
135
7118
0