@podium/context
Advanced tools
Comparing version 4.0.4 to 4.1.0
@@ -101,3 +101,5 @@ 'use strict'; | ||
}); | ||
const timer = histogram.timer(); | ||
const timer = histogram.timer({ | ||
meta: { buckets: [0.001, 0.01, 0.1, 0.5, 1] }, | ||
}); | ||
@@ -104,0 +106,0 @@ const parsers = Array.from(this.parsers); |
{ | ||
"name": "@podium/context", | ||
"version": "4.0.4", | ||
"version": "4.1.0", | ||
"description": "Module to generate the context which is passed on requests from a Podium Layout server to a Podium Podlet server", | ||
@@ -43,11 +43,11 @@ "license": "MIT", | ||
"devDependencies": { | ||
"benchmark": "^2.1.4", | ||
"jest": "^24.9.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", | ||
"prettier": "^1.19.1" | ||
"benchmark": "2.1.4", | ||
"jest": "24.9.0", | ||
"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", | ||
"prettier": "1.19.1" | ||
} | ||
} |
@@ -6,4 +6,4 @@ # Podium Context | ||
[![Build Status](https://travis-ci.org/podium-lib/context.svg?branch=master)](https://travis-ci.org/podium-lib/context) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/podium-lib/context.svg)](https://greenkeeper.io/) | ||
[![Dependencies](https://img.shields.io/david/podium-lib/context.svg)](https://david-dm.org/podium-lib/context) | ||
![GitHub Actions status](https://github.com/podium-lib/context/workflows/Run%20Lint%20and%20Tests/badge.svg) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/podium-lib/context/badge.svg)](https://snyk.io/test/github/podium-lib/context) | ||
@@ -10,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
32878
297