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 4.2.82 to 4.2.83

proxy.d.ts

7

CHANGELOG.md

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

## [4.2.83](https://github.com/podium-lib/proxy/compare/v4.2.82...v4.2.83) (2023-10-09)
### Bug Fixes
* add type definition ([b1cfe83](https://github.com/podium-lib/proxy/commit/b1cfe831b1a1e4fa81cd85a4076370d4fa390103))
## [4.2.82](https://github.com/podium-lib/proxy/compare/v4.2.81...v4.2.82) (2023-09-19)

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

9

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

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

"CHANGELOG.md",
"index.d.ts",
"proxy.d.ts",
"README.md",

@@ -31,2 +31,3 @@ "LICENSE",

"main": "./lib/proxy.js",
"types": "./proxy.d.ts",
"scripts": {

@@ -40,3 +41,3 @@ "lint": "eslint .",

"@podium/schemas": "4.1.34",
"@podium/utils": "4.4.39",
"@podium/utils": "4.4.40",
"abslog": "2.4.0",

@@ -56,3 +57,3 @@ "http-proxy": "1.18.1",

"@podium/test-utils": "2.5.2",
"eslint": "8.48.0",
"eslint": "8.50.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -59,0 +60,0 @@ "eslint-config-prettier": "8.10.0",

@@ -81,3 +81,2 @@ # @podium/proxy

- `maxAge` - {Number} - Default value, in milliseconds, for how long manifests should be cached. Default: Infinity
- `agent` - {HTTPAgent} - Default HTTP Agent used for all requests.
- `logger` - {Object} - A logger which conforms to the log4j interface. See the docs for [abstract logger](https://www.npmjs.com/package/abslog) for more information.

@@ -129,3 +128,3 @@

object will be `true`. If the inbound request did not yeld a proxy request, the
`.proxy` property on the returned [HttpIncoming] object will be `false`.
`.proxy` property on the returned [HttpIncoming] object will be `false`.

@@ -360,6 +359,4 @@ The method takes the following arguments:

[@podium/layout]: https://github.com/podium-lib/layout "@podium/layout"
[@podium/podlet]: https://github.com/podium-lib/podlet "@podium/podlet"
[HttpIncoming]: https://github.com/podium-lib/utils/blob/master/lib/http-incoming.js "HttpIncoming"
[@podium/layout]: https://github.com/podium-lib/layout '@podium/layout'
[@podium/podlet]: https://github.com/podium-lib/podlet '@podium/podlet'
[HttpIncoming]: https://github.com/podium-lib/utils/blob/master/lib/http-incoming.js 'HttpIncoming'
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