Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
Maintainers
7
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 21.2.2 to 21.3.0

1

lib/config.js

@@ -156,2 +156,3 @@ 'use strict';

maxBytes: Validate.number().integer().positive().default(1024 * 1024),
maxParts: Validate.number().integer().positive().default(1000),
uploads: Validate.string().default(Os.tmpdir()),

@@ -158,0 +159,0 @@ failAction: internals.failAction,

4

package.json

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

"homepage": "https://hapi.dev",
"version": "21.2.2",
"version": "21.3.0",
"repository": "git://github.com/hapijs/hapi",

@@ -42,3 +42,3 @@ "main": "lib/index.js",

"@hapi/statehood": "^8.0.1",
"@hapi/subtext": "^8.0.1",
"@hapi/subtext": "^8.1.0",
"@hapi/teamwork": "^6.0.0",

@@ -45,0 +45,0 @@ "@hapi/topo": "^6.0.1",

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