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

@hocuspocus/extension-throttle

Package Overview
Dependencies
Maintainers
3
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hocuspocus/extension-throttle - npm Package Compare versions

Comparing version 1.0.0-alpha.35 to 1.0.0-alpha.36

5

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

@@ -48,2 +48,7 @@ /// <reference types="node" />

}
export declare type Hook = 'onAuthenticate' | 'onChange' | 'onConnect' | 'onConfigure' |
/**
* @deprecated onCreateDocument is deprecated, use onLoadDocument instead
*/
'onCreateDocument' | 'onLoadDocument' | 'onDestroy' | 'onDisconnect' | 'onListen' | 'onRequest' | 'onUpgrade';
export interface Configuration extends Extension {

@@ -50,0 +55,0 @@ /**

6

package.json
{
"name": "@hocuspocus/extension-throttle",
"version": "1.0.0-alpha.35",
"version": "1.0.0-alpha.36",
"description": "hocuspocus throttle extension",

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

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.79"
"@hocuspocus/server": "^1.0.0-alpha.80"
},
"gitHead": "f9f5acf828d4a1f5ae4df8188000b5c3873e18cf"
"gitHead": "f85955a7cca23b23044b0579e96fc8d17c107a4c"
}
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