fast-gateway
Advanced tools
Comparing version 2.4.0 to 2.4.1
@@ -41,3 +41,2 @@ 'use strict' | ||
res.setHeader('content-length', '' + Buffer.byteLength(resBuffer)) | ||
res.statusCode = stream.statusCode | ||
res.end(resBuffer) | ||
@@ -44,0 +43,0 @@ } |
{ | ||
"name": "fast-gateway", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A Node.js API Gateway for the masses!", | ||
@@ -31,3 +31,3 @@ "main": "index.js", | ||
"@polka/send-type": "^0.5.2", | ||
"fast-proxy": "^1.6.2", | ||
"fast-proxy": "^1.6.3", | ||
"http-cache-middleware": "^1.3.5", | ||
@@ -45,3 +45,3 @@ "restana": "^4.6.1", | ||
"devDependencies": { | ||
"aws-sdk": "^2.691.0", | ||
"aws-sdk": "^2.709.0", | ||
"chai": "^4.2.0", | ||
@@ -52,5 +52,6 @@ "cors": "^2.8.5", | ||
"express-rate-limit": "^5.1.3", | ||
"helmet": "^3.22.0", | ||
"fg-multiple-hooks": "1.2.0", | ||
"helmet": "^3.23.3", | ||
"http-lambda-proxy": "^1.0.1", | ||
"mocha": "^7.2.0", | ||
"mocha": "^8.0.1", | ||
"nyc": "^15.1.0", | ||
@@ -57,0 +58,0 @@ "opossum": "^4.2.4", |
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
21116
16
209
Updatedfast-proxy@^1.6.3