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.6.2 to 8.6.3

4

CHANGELOG.md

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

## 8.6.3
- Fix ratelimits spreading up
## 8.6.2

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

2

lib/cjs/classes/router/path.js

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

} else {
const routePath = new RoutePath((0, import_parsePath.default)([this.httpPath, prefix]), [...this.validations], Object.assign({}, this.headers), this.httpratelimit, this.wsratelimit);
const routePath = new RoutePath((0, import_parsePath.default)([this.httpPath, prefix]), [...this.validations], Object.assign({}, this.headers), Object.assign({}, this.httpratelimit), Object.assign({}, this.wsratelimit));
this.externals.push({ object: routePath });

@@ -389,0 +389,0 @@ router(routePath);

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

@@ -353,3 +353,3 @@ import DocumentationBuilder from "../documentation/builder";

} else {
const routePath = new RoutePath(parsePath([this.httpPath, prefix]), [...this.validations], Object.assign({}, this.headers), this.httpratelimit, this.wsratelimit);
const routePath = new RoutePath(parsePath([this.httpPath, prefix]), [...this.validations], Object.assign({}, this.headers), Object.assign({}, this.httpratelimit), Object.assign({}, this.wsratelimit));
this.externals.push({ object: routePath });

@@ -356,0 +356,0 @@ router(routePath);

{
"name": "rjweb-server",
"version": "8.6.2",
"version": "8.6.3",
"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.2",
"version": "8.6.3",
"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