Socket
Socket
Sign inDemoInstall

rjweb-server

Package Overview
Dependencies
Maintainers
1
Versions
373
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rjweb-server - npm Package Compare versions

Comparing version 8.8.1 to 8.8.2

4

CHANGELOG.md

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

## 8.8.2
- Fix Ratelimit Penalty not being able to be 0
## 8.8.1

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

2

lib/cjs/classes/router/rateLimit.js

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

__decorateClass([
(0, import_rjutils_collection.zValidate)([(z) => z.number().positive()])
(0, import_rjutils_collection.zValidate)([(z) => z.number().min(0)])
], RouteRateLimit.prototype, "window", 1);

@@ -70,0 +70,0 @@ __decorateClass([

{
"name": "rjweb-server",
"version": "8.8.1",
"version": "8.8.2",
"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",

@@ -46,3 +46,3 @@ var __defProp = Object.defineProperty;

__decorateClass([
zValidate([(z) => z.number().positive()])
zValidate([(z) => z.number().min(0)])
], RouteRateLimit.prototype, "window", 1);

@@ -49,0 +49,0 @@ __decorateClass([

{
"name": "rjweb-server",
"version": "8.8.1",
"version": "8.8.2",
"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.8.1",
"version": "8.8.2",
"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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc