Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hapi/hapi - npm Package Compare versions

Comparing version 19.0.2 to 19.0.3

2

lib/transmit.js

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

if (response.variety === 'plain') {
request.raw.res[Config.symbol].result = response._isPayloadSupported() ? response.source : null;
request.raw.res[Config.symbol].result = response.source === '' || response._isPayloadSupported() ? response.source : null;
}

@@ -118,0 +118,0 @@ }

@@ -5,3 +5,3 @@ {

"homepage": "https://hapijs.com",
"version": "19.0.2",
"version": "19.0.3",
"repository": "git://github.com/hapijs/hapi",

@@ -8,0 +8,0 @@ "main": "lib/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