negotiator
Advanced tools
Comparing version 0.2.8 to 0.3.0
@@ -5,2 +5,3 @@ module.exports = Negotiator; | ||
function Negotiator(request) { | ||
if (!(this instanceof Negotiator)) return new Negotiator(request); | ||
this.request = request; | ||
@@ -7,0 +8,0 @@ } |
{ | ||
"name": "negotiator", | ||
"description": "HTTP content negotiation", | ||
"version": "0.2.8", | ||
"version": "0.3.0", | ||
"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
27349
729