accept-webp
Advanced tools
Comparing version 1.2.1 to 1.3.0
@@ -24,2 +24,3 @@ /*! | ||
return function(req, res, next) { | ||
if (req.method.toUpperCase() !== 'GET') {next(); return;} | ||
var pathname = urlParse(req.url).pathname; | ||
@@ -26,0 +27,0 @@ var extpos = pathname.lastIndexOf('.'); |
{ | ||
"name": "accept-webp", | ||
"version": "1.2.1", | ||
"version": "1.3.0", | ||
"description": "Connect/Express middleware for serving webp images when support is detected", | ||
@@ -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
5581
43