@hocuspocus/extension-monitor
Advanced tools
Comparing version 1.0.0-alpha.80 to 1.0.0-alpha.82
/// <reference types="node" /> | ||
import WebSocket, { WebSocketServer } from 'ws'; | ||
import { IncomingMessage, Server as HTTPServer } from 'http'; | ||
import { Configuration } from './types'; | ||
import { Configuration, Hook } from './types'; | ||
import { MessageLogger } from './Debugger'; | ||
@@ -67,5 +67,4 @@ export declare const defaultConfiguration: { | ||
* Runs the given callback after each hook | ||
* @private | ||
*/ | ||
private hooks; | ||
hooks(name: Hook, payload: any, callback?: Function | null): Promise<any>; | ||
/** | ||
@@ -72,0 +71,0 @@ * Get parameters by the given request |
{ | ||
"name": "@hocuspocus/extension-monitor", | ||
"description": "hocuspocus monitoring", | ||
"version": "1.0.0-alpha.80", | ||
"version": "1.0.0-alpha.82", | ||
"homepage": "https://hocuspocus.dev", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@hocuspocus/server": "^1.0.0-alpha.81", | ||
"@hocuspocus/server": "^1.0.0-alpha.83", | ||
"@types/node-os-utils": "^1.2.0", | ||
@@ -48,3 +48,3 @@ "@types/node-static": "^0.7.6", | ||
}, | ||
"gitHead": "53a194759b3bfbea5cf22bab39e3788021387f69" | ||
"gitHead": "0d060abd95ec14eb7e404270e1e2338b2a0db332" | ||
} |
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
1144625
81