appolo-agent
Advanced tools
Comparing version 6.0.30 to 6.0.31
@@ -34,2 +34,5 @@ "use strict"; | ||
}); | ||
defineGetter(proto, 'originalUrl', function () { | ||
return this.url; | ||
}); | ||
defineGetter(proto, 'ips', function () { | ||
@@ -36,0 +39,0 @@ if (!this.app || !this.app.options.trustProxy) { |
@@ -49,2 +49,3 @@ import http = require('http'); | ||
proto.get = proto.header = function (name: string) { | ||
@@ -79,2 +80,7 @@ | ||
defineGetter(proto, 'originalUrl', function () { | ||
return this.url; | ||
}); | ||
defineGetter(proto, 'ips', function () { | ||
@@ -81,0 +87,0 @@ if (!this.app || !this.app.options.trustProxy) { |
@@ -27,3 +27,3 @@ { | ||
"main": "./index.js", | ||
"version": "6.0.30", | ||
"version": "6.0.31", | ||
"license": "MIT", | ||
@@ -30,0 +30,0 @@ "repository": { |
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
104277
1763