fastify-static
Advanced tools
Comparing version 2.3.3 to 2.3.4
{ | ||
"name": "fastify-static", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Plugin for serving static files as fast as possible.", | ||
@@ -33,3 +33,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"fastify-plugin": "^1.4.0", | ||
"fastify-plugin": "^1.5.0", | ||
"glob": "^7.1.3", | ||
@@ -40,7 +40,7 @@ "readable-stream": "^3.1.1", | ||
"devDependencies": { | ||
"@types/node": "^10.12.21", | ||
"coveralls": "^3.0.2", | ||
"@types/node": "^10.12.27", | ||
"coveralls": "^3.0.3", | ||
"eslint-plugin-typescript": "^0.14.0", | ||
"fastify": "^2.0.0-rc.6", | ||
"fastify-compress": "^0.8.0", | ||
"fastify": "^2.0.0", | ||
"fastify-compress": "^0.8.1", | ||
"pre-commit": "^1.2.2", | ||
@@ -51,6 +51,6 @@ "proxyquire": "^2.1.0", | ||
"standard": "^12.0.0", | ||
"tap": "^12.5.1", | ||
"typescript": "^3.3.1", | ||
"tap": "^12.5.3", | ||
"typescript": "^3.2.1", | ||
"typescript-eslint-parser": "^22.0.0" | ||
} | ||
} |
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
62928
Updatedfastify-plugin@^1.5.0