Socket
Socket
Sign inDemoInstall

@hapi/hapi

Package Overview
Dependencies
Maintainers
6
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 20.1.2 to 20.1.3

2

lib/config.js

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

.default(),
mime: Validate.object().allow(null).default(null),
mime: Validate.object().empty(null).default(),
operations: Validate.object({

@@ -265,0 +265,0 @@ cleanStop: Validate.boolean().default(true)

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

const Hoek = require('@hapi/hoek');
const Mimos = require('@hapi/mimos');
const { Mimos } = require('@hapi/mimos');
const Podium = require('@hapi/podium');

@@ -18,0 +18,0 @@ const Somever = require('@hapi/somever');

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

"homepage": "https://hapi.dev",
"version": "20.1.2",
"version": "20.1.3",
"repository": "git://github.com/hapijs/hapi",

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

"@hapi/hoek": "^9.0.4",
"@hapi/mimos": "^5.0.0",
"@hapi/mimos": "^6.0.0",
"@hapi/podium": "^4.1.1",

@@ -46,3 +46,3 @@ "@hapi/shot": "^5.0.5",

"@hapi/joi-legacy-test": "npm:@hapi/joi@^15.0.0",
"@hapi/lab": "^24.0.0",
"@hapi/lab": "^24.2.0",
"@hapi/vision": "^6.0.1",

@@ -49,0 +49,0 @@ "@hapi/wreck": "^17.0.0",

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