Socket
Socket
Sign inDemoInstall

hawk

Package Overview
Dependencies
7
Maintainers
6
Versions
85
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 7.1.0 to 7.1.1

8

package.json
{
"name": "hawk",
"description": "HTTP Hawk Authentication Scheme",
"version": "7.1.0",
"version": "7.1.1",
"repository": "git://github.com/hapijs/hawk",

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

"dependencies": {
"@hapi/hoek": "6.x.x",
"@hapi/hoek": "8.x.x",
"@hapi/b64": "4.x.x",

@@ -22,5 +22,5 @@ "@hapi/boom": "7.x.x",

"devDependencies": {
"@hapi/code": "5.x.x",
"@hapi/code": "6.x.x",
"@hapi/hapi": "18.x.x",
"@hapi/lab": "18.x.x"
"@hapi/lab": "20.x.x"
},

@@ -27,0 +27,0 @@ "scripts": {

@@ -1,6 +0,6 @@

<a href="http://hapijs.com"><img src="https://github.com/hapijs/assets/blob/master/images/family.svg" width="180px" align="right" /></a>
<a href="http://hapijs.com"><img src="https://raw.githubusercontent.com/hapijs/assets/master/images/family.png" width="180px" align="right" /></a>
# hawk
<img align="right" src="https://raw.github.com/hueniverse/hawk/master/images/logo.png" /> **Hawk** is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial
**Hawk** is an HTTP authentication scheme using a message authentication code (MAC) algorithm to provide partial
HTTP request cryptographic verification.

@@ -10,3 +10,3 @@

[![Build Status](https://travis-ci.org/hapi/hawk.svg?branch=master)](https://travis-ci.org/hapi/hawk)
[![Build Status](https://travis-ci.org/hapijs/hawk.svg?branch=master)](https://travis-ci.org/hapijs/hawk)

@@ -13,0 +13,0 @@ # Table of Content

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