@dkx/http-middleware-proxy
Advanced tools
Comparing version 0.0.5 to 0.1.0
@@ -47,2 +47,3 @@ "use strict"; | ||
responseTime: end - start, | ||
host: options.host, | ||
}; | ||
@@ -49,0 +50,0 @@ res = res.withStatus(response.status, response.statusText); |
{ | ||
"name": "@dkx/http-middleware-proxy", | ||
"version": "0.0.5", | ||
"version": "0.1.0", | ||
"description": "Proxy middleware for @dkx/http-server", | ||
@@ -11,3 +11,3 @@ "repository": "git@gitlab.com:dkx/http/middlewares/proxy.git", | ||
"dependencies": { | ||
"@dkx/http-server": "^1.4.1", | ||
"@dkx/http-server": "^1.5.0", | ||
"node-fetch": "^2.2.0" | ||
@@ -17,10 +17,10 @@ }, | ||
"@dkx/http-middleware-response": "^0.3.0", | ||
"@types/chai": "^4.1.4", | ||
"@types/chai": "^4.1.6", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.9.2", | ||
"@types/node": "^10.11.7", | ||
"@types/node-fetch": "^2.1.2", | ||
"chai": "^4.1.2", | ||
"chai": "^4.2.0", | ||
"mocha": "^5.2.0", | ||
"ts-node": "^7.0.1", | ||
"typescript": "^3.0.1" | ||
"typescript": "^3.1.3" | ||
}, | ||
@@ -27,0 +27,0 @@ "scripts": { |
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
9314
103
Updated@dkx/http-server@^1.5.0