@hocuspocus/extension-throttle 4.0.0-rc.3 → 4.0.0-rc.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +14 -0
  2. package/package.json +3 -3
package/README.md ADDED
@@ -0,0 +1,14 @@
1
+ # @hocuspocus/extension-throttle
2
+ [![Version](https://img.shields.io/npm/v/@hocuspocus/extension-throttle.svg?label=version)](https://www.npmjs.com/package/@hocuspocus/extension-throttle)
3
+ [![Downloads](https://img.shields.io/npm/dm/@hocuspocus/extension-throttle.svg)](https://npmcharts.com/compare/tiptap?minimal=true)
4
+ [![License](https://img.shields.io/npm/l/@hocuspocus/extension-throttle.svg)](https://www.npmjs.com/package/@hocuspocus/extension-throttle)
5
+ [![Sponsor](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub)](https://github.com/sponsors/ueberdosis)
6
+
7
+ ## Introduction
8
+ Rate-limit and throttle connections to a [Hocuspocus](https://github.com/ueberdosis/hocuspocus) server by IP. Helps protect your collaboration backend from abuse, accidental reconnect loops, and misbehaving clients.
9
+
10
+ ## Official Documentation
11
+ Documentation can be found in the [GitHub repository](https://github.com/ueberdosis/hocuspocus).
12
+
13
+ ## License
14
+ Hocuspocus is open-sourced software licensed under the [MIT license](https://github.com/ueberdosis/hocuspocus/blob/main/LICENSE.md).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hocuspocus/extension-throttle",
3
- "version": "4.0.0-rc.3",
3
+ "version": "4.0.0-rc.5",
4
4
  "description": "hocuspocus throttle extension",
5
5
  "homepage": "https://hocuspocus.dev",
6
6
  "keywords": [
@@ -28,9 +28,9 @@
28
28
  "dist"
29
29
  ],
30
30
  "dependencies": {
31
- "@hocuspocus/server": "^4.0.0-rc.3"
31
+ "@hocuspocus/server": "^4.0.0-rc.5"
32
32
  },
33
- "gitHead": "842287de4e4b9ccd87a70942d6b7bfcd4e6ffde7",
33
+ "gitHead": "01af67eb9d7d31a46e7ab358dac29f235f2359ac",
34
34
  "repository": {
35
35
  "url": "https://github.com/ueberdosis/hocuspocus"
36
36
  },