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

@podium/proxy

Package Overview
Dependencies
Maintainers
6
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@podium/proxy - npm Package Compare versions

Comparing version 4.2.73 to 4.2.74

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.2.74](https://github.com/podium-lib/proxy/compare/v4.2.73...v4.2.74) (2022-04-05)
### Bug Fixes
* remove trailer header if present when proxying ([9698a40](https://github.com/podium-lib/proxy/commit/9698a40df081217ce142d4de71f929baaa339cdf))
## [4.2.73](https://github.com/podium-lib/proxy/compare/v4.2.72...v4.2.73) (2022-03-23)

@@ -2,0 +9,0 @@

@@ -154,2 +154,8 @@ 'use strict';

if (match) {
if (incoming.request.headers.trailer) {
incoming.response.writeHead(400);
incoming.response.end();
return;
}
// Turn matched uri parameters into an object of parameters

@@ -156,0 +162,0 @@ const params = {};

8

package.json
{
"name": "@podium/proxy",
"version": "4.2.73",
"version": "4.2.74",
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.",

@@ -48,3 +48,3 @@ "license": "MIT",

"@semantic-release/git": "10.0.1",
"@semantic-release/github": "8.0.2",
"@semantic-release/github": "8.0.4",
"@semantic-release/npm": "8.0.3",

@@ -56,8 +56,8 @@ "@semantic-release/release-notes-generator": "10.0.3",

"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.4.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-prettier": "3.4.1",
"prettier": "2.5.1",
"prettier": "2.6.1",
"tap": "14.11.0"
}
}
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