Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@podium/proxy

Package Overview
Dependencies
Maintainers
5
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.0.6 to 4.1.0

4

lib/proxy.js

@@ -141,3 +141,5 @@ 'use strict';

});
const endTimer = histogram.timer();
const endTimer = histogram.timer({
meta: { buckets: [0.001, 0.01, 0.1, 0.5, 1, 2, 10] },
});

@@ -144,0 +146,0 @@ return new Promise((resolve, reject) => {

{
"name": "@podium/proxy",
"version": "4.0.6",
"version": "4.1.0",
"description": "Transparent http proxy. Dynamically mounts proxy targets on an existing HTTP server instance.",

@@ -43,9 +43,9 @@ "license": "MIT",

"@podium/test-utils": "2.0.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-prettier": "^3.1.1",
"jest": "^24.9.0",
"prettier": "^1.19.1"
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-import": "2.20.0",
"eslint-plugin-prettier": "3.1.2",
"jest": "24.9.0",
"prettier": "1.19.1"
},

@@ -52,0 +52,0 @@ "jest": {

@@ -6,5 +6,4 @@ # @podium/proxy

[![Dependencies](https://img.shields.io/david/podium-lib/proxy.svg?style=flat-square)](https://david-dm.org/podium-lib/proxy)
[![Build Status](http://img.shields.io/travis/podium-lib/proxy/master.svg?style=flat-square)](https://travis-ci.org/podium-lib/proxy)
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/proxy.svg?style=flat-square)](https://greenkeeper.io/)
[![Dependencies](https://img.shields.io/david/podium-lib/proxy.svg)](https://david-dm.org/podium-lib/client)
![GitHub Actions status](https://github.com/podium-lib/proxy/workflows/Run%20Lint%20and%20Tests/badge.svg)
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/proxy/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/podium-lib/proxy?targetFile=package.json)

@@ -11,0 +10,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