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

@hocuspocus/extension-webhook

Package Overview
Dependencies
Maintainers
4
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 1.0.0-alpha.71 to 1.0.0-beta.2

5

dist/packages/provider/src/HocuspocusProvider.d.ts

@@ -124,4 +124,5 @@ import * as Y from 'yjs';

setConfiguration(configuration?: Partial<HocuspocusProviderConfiguration>): void;
boundConnect: () => Promise<void>;
connect(): Promise<void>;
boundConnect: () => Promise<unknown>;
cancelWebsocketRetry?: () => void;
connect(): Promise<unknown>;
createWebSocketConnection(): Promise<unknown>;

@@ -128,0 +129,0 @@ resolveConnectionAttempt(): void;

8

package.json
{
"name": "@hocuspocus/extension-webhook",
"version": "1.0.0-alpha.71",
"version": "1.0.0-beta.2",
"description": "hocuspocus webhook extension",

@@ -32,8 +32,8 @@ "homepage": "https://hocuspocus.dev",

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.107",
"@hocuspocus/transformer": "^1.0.0-alpha.23",
"@hocuspocus/server": "^1.0.0-beta.2",
"@hocuspocus/transformer": "^1.0.0-beta.2",
"axios": "^0.27.2",
"yjs": "^13.5.29"
},
"gitHead": "3dc62aedd8d19d4a9c346188885657ea814271c0"
"gitHead": "b3454a4ca289a84ddfb7fa5607a2d4b8d5c37e9d"
}
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