fastify-accepts
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "fastify-accepts", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Add accept parser to fastify", | ||
@@ -8,5 +8,5 @@ "main": "index.js", | ||
"coveralls": "^2.13.1", | ||
"fastify": "^0.25.1", | ||
"fastify": "^0.28.0", | ||
"pre-commit": "^1.2.2", | ||
"request": "^2.81.0", | ||
"request": "2.81.0", | ||
"snazzy": "^7.0.0", | ||
@@ -13,0 +13,0 @@ "standard": "^10.0.2", |
@@ -7,2 +7,3 @@ # fastify-accepts | ||
[![Coverage Status](https://coveralls.io/repos/github/fastify/fastify-accepts/badge.svg?branch=feature%2Fshortcuts)](https://coveralls.io/github/fastify/fastify-accepts?branch=feature%2Fshortcuts) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/fastify/fastify-accepts/badge.svg)](https://snyk.io/test/github/fastify/fastify-accepts) | ||
@@ -9,0 +10,0 @@ Add accepts parser to fastify |
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
9442
59