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

subtext

Package Overview
Dependencies
Maintainers
2
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 3.0.1 to 3.0.2

5

lib/index.js

@@ -326,6 +326,3 @@ 'use strict';

clientTimeoutId = setTimeout(() => {
return next(Boom.clientTimeout());
}, clientTimeout);
clientTimeoutId = setTimeout(() => next(Boom.clientTimeout()), clientTimeout);
}

@@ -332,0 +329,0 @@

2

package.json
{
"name": "subtext",
"description": "HTTP payload parsing",
"version": "3.0.1",
"version": "3.0.2",
"repository": "git://github.com/hapijs/subtext",

@@ -6,0 +6,0 @@ "main": "lib/index.js",

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

it('will timeout correctly for a multipart payload with output as stream', (done) => {
it('times out for a multipart payload with output as stream', (done) => {

@@ -1490,3 +1490,3 @@ const path = Path.join(__dirname, './file/image.jpg');

it('will timeout correctly for a multipart payload with output file', (done) => {
it('times out for a multipart payload with output file', (done) => {

@@ -1493,0 +1493,0 @@ const path = Path.join(__dirname, './file/image.jpg');

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