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

subtext

Package Overview
Dependencies
Maintainers
5
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subtext - npm Package Compare versions

Comparing version 4.4.1 to 5.0.0

2

lib/index.js

@@ -61,3 +61,3 @@ 'use strict';

return next(Boom.badRequest('Payload content length greater than maximum allowed: ' + this.settings.maxBytes));
return next(Boom.entityTooLarge('Payload content length greater than maximum allowed: ' + this.settings.maxBytes));
}

@@ -64,0 +64,0 @@

{
"name": "subtext",
"description": "HTTP payload parsing",
"version": "4.4.1",
"version": "5.0.0",
"repository": "git://github.com/hapijs/subtext",
"main": "lib/index.js",
"keywords": [
"http",
"payload",
"file",
"stream",
"multipart"
],
"keywords": ["http", "payload", "file", "stream", "multipart"],
"engines": {

@@ -26,4 +20,4 @@ "node": ">=4.0.0"

"code": "4.x.x",
"form-data": "2.1.x",
"lab": "13.x.x"
"form-data": "2.x.x",
"lab": "14.x.x"
},

@@ -30,0 +24,0 @@ "scripts": {

@@ -1,2 +0,2 @@

#subtext
# subtext

@@ -9,7 +9,5 @@ HTTP payload parser.

**subtext** is sponsored by [Sponsorama](http://www.sponsorama.io).
subtext parses the request body and exposes it in a callback.
## Example
## Example

@@ -16,0 +14,0 @@ ```javascript

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