Socket
Socket
Sign inDemoInstall

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.1.0 to 0.1.1

5

index.js

@@ -46,3 +46,2 @@ var assert = require('assert');

var hds = extend(headers, req.headers, ['connection', 'host', 'content-length']);

@@ -54,3 +53,3 @@ hds.connection = 'close';

length: req.headers['content-length'],
limit: '1mb',
limit: '1mb', // let options do here?
}, function(err, bodyContent) {

@@ -131,2 +130,2 @@ if (err) return next(err)

return obj;
};
};

8

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

@@ -29,9 +29,9 @@ "main": "index.js",

"supertest": "^0.13.0",
"express": "^4.3.1"
"express": "^4.3.1",
"mocha": "^1.19.0"
},
"dependencies": {
"mocha": "^1.19.0",
"type-is": "^1.2.0",
"raw-body": "^1.1.6"
}
}
}
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