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.1.0 to 19.1.1

3

lib/config.js

@@ -148,4 +148,3 @@ 'use strict';

.default(false)
.allow(true, false)
.when('.', { is: true, then: Joi.object().strip() }),
.allow(true, false),
allow: Joi.array().items(Joi.string()).single(),

@@ -152,0 +151,0 @@ override: Joi.string(),

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

const record = this._core.router.ids[id];
const record = this._core.router.ids.get(id);
if (!record) {

@@ -351,0 +351,0 @@ return null;

@@ -0,0 +0,0 @@ Copyright (c) 2011-2019, Sideway Inc, and project contributors

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

"homepage": "https://hapijs.com",
"version": "19.1.0",
"version": "19.1.1",
"repository": "git://github.com/hapijs/hapi",

@@ -19,7 +19,7 @@ "main": "lib/index.js",

"dependencies": {
"@hapi/accept": "5.x.x",
"@hapi/ammo": "5.x.x",
"@hapi/accept": "^5.0.1",
"@hapi/ammo": "^5.0.1",
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/call": "7.x.x",
"@hapi/call": "8.x.x",
"@hapi/catbox": "11.x.x",

@@ -34,4 +34,4 @@ "@hapi/catbox-memory": "5.x.x",

"@hapi/somever": "3.x.x",
"@hapi/statehood": "7.x.x",
"@hapi/subtext": "7.x.x",
"@hapi/statehood": "^7.0.2",
"@hapi/subtext": "^7.0.3",
"@hapi/teamwork": "4.x.x",

@@ -38,0 +38,0 @@ "@hapi/topo": "5.x.x"

@@ -0,0 +0,0 @@ <img src="https://raw.githubusercontent.com/hapijs/assets/master/images/hapi.png" width="400px" />

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