hyperdrive-http
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -46,3 +46,3 @@ var toHTML = require('directory-index-html') | ||
res.setHeader('Accept-Ranges', 'bytes') | ||
res.setHeader('Content-Type', mime.lookup(name)) | ||
res.setHeader('Content-Type', mime.getType(name)) | ||
@@ -49,0 +49,0 @@ if (r) { |
{ | ||
"name": "hyperdrive-http", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "Handle Hyper[drive|core] HTTP Requests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
21986