New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ksys-express-http-proxy

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ksys-express-http-proxy - npm Package Compare versions

Comparing version 0.10.22 to 0.10.23

5

index.js

@@ -51,3 +51,6 @@ var assert = require('assert');

function continueProxy(reqOpt, bodyContent) {
reqOpt.headers['content-length'] = getContentLength(bodyContent);
if (reqOpt.method !== 'GET') {
reqOpt.headers['content-length'] = getContentLength(bodyContent);
}

@@ -54,0 +57,0 @@ if (bodyEncoding(options)) {

2

package.json
{
"name": "ksys-express-http-proxy",
"version": "0.10.22",
"version": "0.10.23",
"description": "http proxy middleware for express",

@@ -5,0 +5,0 @@ "engines": {

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