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

@hocuspocus/extension-webhook

Package Overview
Dependencies
Maintainers
0
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-webhook - npm Package Compare versions

Comparing version 2.13.6 to 2.13.7

6

dist/packages/extension-redis/src/Redis.d.ts

@@ -68,2 +68,8 @@ /// <reference types="node" />

messagePrefix: Buffer;
/**
* When we have a high frequency of updates to a document we don't need tons of setTimeouts
* piling up, so we'll track them to keep it to the most recent per document.
*/
private pendingDisconnects;
private pendingAfterStoreDocumentResolves;
constructor(configuration: Partial<Configuration>);

@@ -70,0 +76,0 @@ onConfigure({ instance }: onConfigurePayload): Promise<void>;

8

package.json
{
"name": "@hocuspocus/extension-webhook",
"version": "2.13.6",
"version": "2.13.7",
"description": "hocuspocus webhook extension",

@@ -33,5 +33,5 @@ "homepage": "https://hocuspocus.dev",

"dependencies": {
"@hocuspocus/common": "^2.13.6",
"@hocuspocus/server": "^2.13.6",
"@hocuspocus/transformer": "^2.13.6",
"@hocuspocus/common": "^2.13.7",
"@hocuspocus/server": "^2.13.7",
"@hocuspocus/transformer": "^2.13.7",
"axios": "^1.6.2"

@@ -38,0 +38,0 @@ },

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