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

@dkx/http-middleware-proxy

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dkx/http-middleware-proxy - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

1

lib/proxy-middleware.js

@@ -47,2 +47,3 @@ "use strict";

responseTime: end - start,
host: options.host,
};

@@ -49,0 +50,0 @@ res = res.withStatus(response.status, response.statusText);

12

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

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