Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@hocuspocus/extension-monitor

Package Overview
Dependencies
Maintainers
3
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-monitor - npm Package Compare versions

Comparing version 1.0.0-alpha.82 to 1.0.0-alpha.83

2

dist/packages/server/src/Hocuspocus.d.ts

@@ -78,3 +78,3 @@ /// <reference types="node" />

*/
private static getDocumentName;
private getDocumentNameFromRequest;
enableDebugging(): void;

@@ -81,0 +81,0 @@ enableMessageLogging(): void;

@@ -70,2 +70,10 @@ /// <reference types="node" />

timeout: number;
/**
* Function which returns the (customized) document name based on the request
*/
getDocumentName?(data: {
documentName: string;
request: IncomingMessage;
requestParameters: URLSearchParams;
}): string;
}

@@ -72,0 +80,0 @@ export interface onAuthenticatePayload {

{
"name": "@hocuspocus/extension-monitor",
"description": "hocuspocus monitoring",
"version": "1.0.0-alpha.82",
"version": "1.0.0-alpha.83",
"homepage": "https://hocuspocus.dev",

@@ -35,3 +35,3 @@ "keywords": [

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.83",
"@hocuspocus/server": "^1.0.0-alpha.84",
"@types/node-os-utils": "^1.2.0",

@@ -48,3 +48,3 @@ "@types/node-static": "^0.7.6",

},
"gitHead": "0d060abd95ec14eb7e404270e1e2338b2a0db332"
"gitHead": "fa947e4cb14426c27c53f7b0a77dcd73d1714cda"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc