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

dist/demos/backend/src/create-document.d.ts

16

CHANGELOG.md

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

# [1.0.0-alpha.12](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-throttle@1.0.0-alpha.11...@hocuspocus/extension-throttle@1.0.0-alpha.12) (2021-06-08)
**Note:** Version bump only for package @hocuspocus/extension-throttle
# [1.0.0-alpha.11](https://github.com/ueberdosis/hocuspocus/compare/@hocuspocus/extension-throttle@1.0.0-alpha.10...@hocuspocus/extension-throttle@1.0.0-alpha.11) (2021-06-08)
**Note:** Version bump only for package @hocuspocus/extension-throttle
# [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)

@@ -8,0 +24,0 @@

6

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

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

/**
* 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

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

4

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

@@ -91,1 +91,5 @@ /// <reference types="node" />

}
export interface CloseEvent {
code: number;
reason: string;
}
{
"name": "@hocuspocus/extension-throttle",
"version": "1.0.0-alpha.10",
"version": "1.0.0-alpha.12",
"description": "hocuspocus throttle extension",

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

"hocuspocus",
"tiptap",
"throttle",
"yjs"
],
"license": "MIT",
"type": "module",

@@ -26,5 +26,5 @@ "main": "dist/hocuspocus-throttle.esm.js",

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