Socket
Socket
Sign inDemoInstall

hapi-auth-bearer-token

Package Overview
Dependencies
3
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.1.1 to 6.1.2

6

lib/index.js
'use strict';
const Boom = require('boom');
const Hoek = require('hoek');
const Joi = require('joi');
const Boom = require('@hapi/boom');
const Hoek = require('@hapi/hoek');
const Joi = require('@hapi/joi');

@@ -7,0 +7,0 @@ // Declare Internals

{
"name": "hapi-auth-bearer-token",
"description": "Simple Bearer authentication scheme plugin for hapi, accepts token by Header, Cookie or Query parameter.",
"version": "6.1.1",
"version": "6.1.2",
"author": "John Brett <johnbrett7@gmail.com> (https://johnbrett.me)",

@@ -25,17 +25,17 @@ "repository": {

"dependencies": {
"boom": "^7.1.1",
"hoek": "^6.0.0",
"joi": "^14.1.0"
"@hapi/boom": "^7.4.2",
"@hapi/hoek": "^7.0.0",
"@hapi/joi": "^15.0.3"
},
"peerDependencies": {
"hapi": ">=17.x.x"
"@hapi/hapi": ">=17.x.x"
},
"devDependencies": {
"code": "^5.1.2",
"hapi": "^17.0.1",
"lab": "^17.0.0"
"@hapi/code": "^7.0.0",
"@hapi/hapi": "^18.4.0",
"@hapi/lab": "^19.1.0"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html"
"test": "lab -a @hapi/code -t 100 -L",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html"
},

@@ -42,0 +42,0 @@ "bugs": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc