Socket
Socket
Sign inDemoInstall

@hocuspocus/server

Package Overview
Dependencies
6
Maintainers
5
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.0 to 2.2.1

4

package.json
{
"name": "@hocuspocus/server",
"description": "plug & play collaboration backend",
"version": "2.2.0",
"version": "2.2.1",
"homepage": "https://hocuspocus.dev",

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

"dependencies": {
"@hocuspocus/common": "^2.2.0",
"@hocuspocus/common": "^2.2.1",
"async-lock": "^1.3.1",

@@ -35,0 +35,0 @@ "kleur": "^4.1.4",

@@ -130,3 +130,3 @@ import { IncomingHttpHeaders, IncomingMessage } from 'http'

await this.hooks('onDisconnect', hookPayload)
await this.hooks('onDisconnect', disconnectHookPayload)
this.callbacks.onClose.forEach((callback => callback(document, disconnectHookPayload)))

@@ -133,0 +133,0 @@ })

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc