simple-hmac-auth
Advanced tools
Comparing version 3.3.4 to 3.3.5
{ | ||
"name": "simple-hmac-auth", | ||
"version": "3.3.4", | ||
"version": "3.3.5", | ||
"description": "Library designed to make building APIs that use HMAC signatures simple.", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"lint": "eslint . && editorconfig-checker .", | ||
"test": "npm run build && jest" | ||
"test": "jest" | ||
}, | ||
@@ -45,0 +45,0 @@ "dependencies": {}, |
@@ -6,2 +6,3 @@ # simple-hmac-auth | ||
[![ci](https://github.com/jessety/simple-hmac-auth/workflows/ci/badge.svg)](https://github.com/jessety/simple-hmac-auth/actions) | ||
[![coverage](https://codecov.io/gh/jessety/simple-hmac-auth/branch/main/graph/badge.svg?token=DB9DUUWCT0)](https://codecov.io/gh/jessety/simple-hmac-auth) | ||
[![npm](https://img.shields.io/npm/v/simple-hmac-auth.svg)](https://www.npmjs.com/package/simple-hmac-auth) | ||
@@ -8,0 +9,0 @@ [![license](https://img.shields.io/github/license/jessety/simple-hmac-auth.svg)](https://github.com/jessety/simple-hmac-auth/blob/master/LICENSE) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
56388
385