fast-gateway
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -43,4 +43,2 @@ 'use strict' | ||
res.end(resBuffer) | ||
return | ||
} | ||
@@ -51,8 +49,8 @@ } catch (err) { | ||
} | ||
} else { | ||
res.statusCode = stream.statusCode | ||
pump(stream, res) | ||
} | ||
res.statusCode = stream.statusCode | ||
pump(stream, res) | ||
} | ||
} | ||
} |
@@ -10,3 +10,3 @@ 'use strict' | ||
http2: !!route.http2, | ||
...(opts.fastProxy) | ||
...(route.fastProxy) | ||
}).proxy | ||
@@ -13,0 +13,0 @@ } else if (proxyType === 'lambda') { |
{ | ||
"name": "fast-gateway", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "A Node.js API Gateway for the masses!", | ||
@@ -30,3 +30,3 @@ "main": "index.js", | ||
"@polka/send-type": "^0.5.2", | ||
"fast-proxy": "^1.5.0", | ||
"fast-proxy": "^1.6.0", | ||
"http-cache-middleware": "^1.3.1", | ||
@@ -37,7 +37,7 @@ "restana": "^4.3.1", | ||
"devDependencies": { | ||
"aws-sdk": "^2.654.0", | ||
"aws-sdk": "^2.656.0", | ||
"chai": "^4.2.0", | ||
"cors": "^2.8.5", | ||
"express": "^4.17.1", | ||
"express-jwt": "^5.3.1", | ||
"express-jwt": "^5.3.3", | ||
"express-rate-limit": "^5.1.1", | ||
@@ -44,0 +44,0 @@ "helmet": "^3.22.0", |
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
19823
Updatedfast-proxy@^1.6.0