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 20.0.1 to 20.0.2

8

lib/auth.js

@@ -422,2 +422,4 @@ 'use strict';

// No scopes
if (!access.scope) {

@@ -427,2 +429,8 @@ return false;

// Already setup
if (!Array.isArray(access.scope)) {
return access.scope;
}
const scope = {};

@@ -429,0 +437,0 @@ for (const value of access.scope) {

4

package.json

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

"homepage": "https://hapi.dev",
"version": "20.0.1",
"version": "20.0.2",
"repository": "git://github.com/hapijs/hapi",

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

"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
"@hapi/lab": "23.x.x",
"@hapi/lab": "24.x.x",
"@hapi/wreck": "17.x.x",

@@ -48,0 +48,0 @@ "@hapi/vision": "^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