Socket
Socket
Sign inDemoInstall

rjweb-server

Package Overview
Dependencies
5
Maintainers
1
Versions
369
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.6.8 to 8.6.9

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 8.6.9
- Fix WebSocket Message Rate Limits not counting up
## 8.6.8

@@ -2,0 +6,0 @@

2

lib/cjs/functions/web/handleWSMessage.js

@@ -74,3 +74,3 @@ "use strict";

}
ctg.rateLimits.set(`http+${ctr.client.ip}-${ctx.execute.route.data.ratelimit.sortTo}`, {
ctg.rateLimits.set(`ws+${ctr.client.ip}-${ctx.execute.route.data.ratelimit.sortTo}`, {
...data,

@@ -77,0 +77,0 @@ hits: data.hits + 1

{
"name": "rjweb-server",
"version": "8.6.8",
"version": "8.6.9",
"description": "Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

@@ -41,3 +41,3 @@ import handleEvent from "../handleEvent";

}
ctg.rateLimits.set(`http+${ctr.client.ip}-${ctx.execute.route.data.ratelimit.sortTo}`, {
ctg.rateLimits.set(`ws+${ctr.client.ip}-${ctx.execute.route.data.ratelimit.sortTo}`, {
...data,

@@ -44,0 +44,0 @@ hits: data.hits + 1

{
"name": "rjweb-server",
"version": "8.6.8",
"version": "8.6.9",
"description": "Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

{
"name": "rjweb-server",
"version": "8.6.8",
"version": "8.6.9",
"description": "Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS",

@@ -5,0 +5,0 @@ "main": "./lib/cjs/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc