negotiator
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -81,3 +81,3 @@ module.exports = preferredMediaTypes; | ||
if (keys.every(function (k) { | ||
return spec.params[k] == '*' || spec.params[k].toLowerCase() == (p.params[k] || '').toLowerCase(); | ||
return spec.params[k] == '*' || (spec.params[k] || '').toLowerCase() == (p.params[k] || '').toLowerCase(); | ||
})) { | ||
@@ -84,0 +84,0 @@ s |= 1 |
{ | ||
"name": "negotiator", | ||
"description": "HTTP content negotiation", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"author": "Federico Romero <federico.romero@outboxlabs.com>", | ||
@@ -6,0 +6,0 @@ "contributors": ["Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)"], |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
16530
0