You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
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

to
4.2.2

8

CHANGELOG.md

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

## [4.2.2](https://github.com/podium-lib/proxy/compare/v4.2.1...v4.2.2) (2020-09-13)
### Bug Fixes
* **deps:** update dependency @podium/schemas to v4.0.4 ([9fdbee6](https://github.com/podium-lib/proxy/commit/9fdbee6657ce48af72ddbb1987ea8af6340b2164))
# Changelog

@@ -38,2 +45,1 @@

[releases-url]: https://github.com/podium-lib/proxy/blob/master/CHANGELOG.md

30

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

@@ -22,2 +22,7 @@ "license": "MIT",

"files": [
"package.json",
"CHANGELOG.md",
"index.d.ts",
"README.md",
"LICENSE",
"lib"

@@ -33,4 +38,4 @@ ],

"@metrics/client": "2.5.0",
"@podium/schemas": "4.0.2",
"@podium/utils": "4.2.5",
"@podium/schemas": "4.0.4",
"@podium/utils": "4.3.0",
"abslog": "2.4.0",

@@ -42,11 +47,18 @@ "http-proxy": "1.18.1",

"devDependencies": {
"@podium/test-utils": "2.1.0",
"eslint": "7.1.0",
"eslint-config-airbnb-base": "14.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/commit-analyzer": "8.0.1",
"@semantic-release/git": "9.0.0",
"@semantic-release/github": "7.0.7",
"@semantic-release/npm": "7.0.6",
"@semantic-release/release-notes-generator": "9.0.1",
"semantic-release": "17.1.1",
"@podium/test-utils": "2.2.0",
"eslint": "7.5.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-prettier": "3.1.4",
"prettier": "2.0.5",
"tap": "14.10.7"
"tap": "14.10.8"
}
}