Huge News!Announcing our $40M Series B led by Abstract Ventures.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 5.0.3 to 5.0.4

7

CHANGELOG.md

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

## [5.0.4](https://github.com/podium-lib/proxy/compare/v5.0.3...v5.0.4) (2024-03-01)
### Bug Fixes
* **types:** add missing name argument to proxy register types ([#269](https://github.com/podium-lib/proxy/issues/269)) ([98f1bd2](https://github.com/podium-lib/proxy/commit/98f1bd21fe8b0d4c1bd6e977bb349062315861e9))
## [5.0.3](https://github.com/podium-lib/proxy/compare/v5.0.2...v5.0.3) (2024-02-01)

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

8

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

@@ -54,5 +54,5 @@ "type": "module",

"@semantic-release/release-notes-generator": "12.1.0",
"semantic-release": "23.0.0",
"semantic-release": "23.0.2",
"@podium/test-utils": "2.5.2",
"eslint": "8.56.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -62,5 +62,5 @@ "eslint-config-prettier": "9.1.0",

"eslint-plugin-prettier": "5.1.3",
"prettier": "3.2.4",
"prettier": "3.2.5",
"tap": "18.7.0"
}
}

@@ -11,3 +11,3 @@ import MetricsClient from '@metrics/client';

register(proxyManifest: PodiumProxy.PodletManifest): void;
register(name: string, proxyManifest: PodiumProxy.PodletManifest): void;
/**

@@ -14,0 +14,0 @@ * @returns `undefined` if the incoming request didn't match anything registered in the proxy. Otherwise it returns the incoming request with the `.proxy` property set to true if successfully proxied.

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