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

express-http-proxy

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-http-proxy - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

17

package.json
{
"name": "express-http-proxy",
"version": "0.2.0",
"version": "0.2.1",
"description": "http proxy middleware for express",

@@ -41,16 +41,15 @@ "main": "index.js",

"name": "Wei Gao",
"email": "jky239@gmail.com",
"url": "https://github.com/villadora"
"email": "jky239@gmail.com"
},
{
"name": "Jérémy Lal",
"email": "kapouer@melix.org",
"url": "https://github.com/kapouer"
"name": "Liam Bennett"
},
{
"name": "Saulius Menkevičius",
"email": null,
"url": "https://github.com/razzmatazz"
"name": "Saulius Menkevičius"
},
{
"name": "Jérémy Lal",
"email": "kapouer@melix.org"
}
]
}

@@ -56,3 +56,3 @@ # express-http-proxy [![NPM version](https://badge.fury.io/js/express-http-proxy.svg)](http://badge.fury.io/js/express-http-proxy) [![Build Status](https://travis-ci.org/villadora/express-http-proxy.svg?branch=master)](https://travis-ci.org/villadora/express-http-proxy) [![Dependency Status](https://gemnasium.com/villadora/express-http-proxy.svg)](https://gemnasium.com/villadora/express-http-proxy)

req.headers['Content-Type'] = '';
req.method = 'GET";
req.method = 'GET';
req.bodyContent = wrap(req.bodyContent);

@@ -59,0 +59,0 @@ return req;

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