Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fast-gateway

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-gateway - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

8

lib/default-hooks.js

@@ -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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc