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.9 to 1.0.0-alpha.10

LICENSE.md

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [1.0.0-alpha.10](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-throttle@1.0.0-alpha.9...@hocuspocus/extension-throttle@1.0.0-alpha.10) (2021-05-15)
**Note:** Version bump only for package @hocuspocus/extension-throttle
# [1.0.0-alpha.9](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-throttle@1.0.0-alpha.8...@hocuspocus/extension-throttle@1.0.0-alpha.9) (2021-04-20)

@@ -8,0 +16,0 @@

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

websocketServer?: WebSocket.Server;
incomingMessageQueue: Iterable<number>[];
/**

@@ -35,2 +36,8 @@ * Configure the server

/**
* Queue incoming WebSocket messages before the onConnect hooks are finished
* and the connection is full established
* @private
*/
private queueIncomingMessage;
/**
* Handle update of the given document

@@ -37,0 +44,0 @@ * @private

6

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

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

"dependencies": {
"@hocuspocus/server": "^1.0.0-alpha.52"
"@hocuspocus/server": "^1.0.0-alpha.53"
},
"gitHead": "adc1bacce508102d08fcbe412931192f7ccd1956"
"gitHead": "bb85db1b03f680f706d3f1a7264f0de0d7c6162b"
}
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