Socket
Socket
Sign inDemoInstall

rjweb-server

Package Overview
Dependencies
76
Maintainers
1
Versions
369
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.5.3 to 9.5.4

4

CHANGELOG.md
# Changelog
## 9.5.4
- Set `this.body.awaiting` to `false` when consuming body
## 9.5.3

@@ -4,0 +8,0 @@

2

lib/cjs/package.json
{
"name": "rjweb-server",
"version": "9.5.3",
"version": "9.5.4",
"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",

@@ -200,2 +200,3 @@ "use strict";

});
this.body.awaiting = false;
return this.body.raw;

@@ -202,0 +203,0 @@ }

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

@@ -195,2 +195,3 @@ import Middleware from "../../../classes/Middleware";

});
this.body.awaiting = false;
return this.body.raw;

@@ -197,0 +198,0 @@ }

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc