@podium/proxy
Advanced tools
Comparing version 4.0.6 to 4.1.0
@@ -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 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
233
23147
363