Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@based/server

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@based/server - npm Package Compare versions

Comparing version 6.1.1 to 6.2.0

5

dist/incoming/http/readBody.js

@@ -22,3 +22,6 @@ "use strict";

try {
parsedData = data.byteLength ? JSON.parse(str) : undefined;
if (data.byteLength) {
parsedData = JSON.parse(str);
ctx.session.rawBody = str;
}
return parsedData;

@@ -25,0 +28,0 @@ }

4

package.json
{
"name": "@based/server",
"version": "6.1.1",
"version": "6.2.0",
"license": "MIT",

@@ -31,3 +31,3 @@ "main": "./dist/index.js",

"mime-types": "^2.1.31",
"@based/functions": "^2.0.1"
"@based/functions": "^2.1.0"
},

@@ -34,0 +34,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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