fastify-static
Advanced tools
Comparing version 0.12.0 to 0.13.0
{ | ||
"name": "fastify-static", | ||
"version": "0.12.0", | ||
"version": "0.13.0", | ||
"description": "Plugin for serving static files as fast as possible.", | ||
@@ -29,13 +29,13 @@ "main": "index.js", | ||
"dependencies": { | ||
"fastify-plugin": "^1.0.0", | ||
"readable-stream": "^2.3.6", | ||
"fastify-plugin": "^1.2.0", | ||
"readable-stream": "^3.0.0", | ||
"send": "^0.16.0" | ||
}, | ||
"devDependencies": { | ||
"coveralls": "^3.0.0", | ||
"fastify": "^1.3.0", | ||
"coveralls": "^3.0.2", | ||
"fastify": "^1.9.0", | ||
"fastify-compress": "^0.6.0", | ||
"pre-commit": "^1.2.2", | ||
"proxyquire": "^2.0.0", | ||
"simple-get": "^3.0.1", | ||
"simple-get": "^3.0.3", | ||
"snazzy": "^7.0.0", | ||
@@ -42,0 +42,0 @@ "standard": "^11.0.0", |
Sorry, the diff of this file is not supported yet
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
36924
+ Addedreadable-stream@3.6.2(transitive)
+ Addedsafe-buffer@5.2.1(transitive)
+ Addedstring_decoder@1.3.0(transitive)
- Removedcore-util-is@1.0.3(transitive)
- Removedisarray@1.0.0(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedstring_decoder@1.1.1(transitive)
Updatedfastify-plugin@^1.2.0
Updatedreadable-stream@^3.0.0