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.4.0 to 2.4.1

1

lib/default-hooks.js

@@ -41,3 +41,2 @@ 'use strict'

res.setHeader('content-length', '' + Buffer.byteLength(resBuffer))
res.statusCode = stream.statusCode
res.end(resBuffer)

@@ -44,0 +43,0 @@ }

11

package.json
{
"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",

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