@metrics/client
Advanced tools
Comparing version 2.4.1 to 2.5.0
'use strict'; | ||
/* eslint-disable no-underscore-dangle */ | ||
/* eslint prefer-rest-params: "off" */ | ||
@@ -35,3 +36,3 @@ | ||
// streams is piped into the same stream. | ||
this.on('pipe', (src) => { | ||
this.on('pipe', () => { | ||
this.setMaxListeners(this.getMaxListeners() + 1); | ||
@@ -38,0 +39,0 @@ }); |
{ | ||
"name": "@metrics/client", | ||
"version": "2.4.1", | ||
"description": "Streaming system independent metric production", | ||
"version": "2.5.0", | ||
"description": "A streaming metric producer. Allows producing counters, gauges, histograms and summaries in a way that is independent of your metrics system.", | ||
"main": "lib/client.js", | ||
@@ -27,15 +27,15 @@ "files": [ | ||
"@metrics/metric": "^2.3.1", | ||
"readable-stream": "^3.2.0", | ||
"time-span": "^3.0.0" | ||
"readable-stream": "^3.4.0", | ||
"time-span": "^3.1.0" | ||
}, | ||
"devDependencies": { | ||
"eslint": "^5.15.1", | ||
"eslint-config-airbnb-base": "^13.1.0", | ||
"eslint-config-prettier": "^4.1.0", | ||
"eslint-plugin-import": "^2.16.0", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"eslint": "^6.5.1", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-config-prettier": "^6.3.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"benchmark": "^2.1.4", | ||
"prettier": "^1.16.4", | ||
"lolex": "^3.1.0", | ||
"tap": "^12.6.0" | ||
"prettier": "^1.18.2", | ||
"lolex": "^4.2.0", | ||
"tap": "^14.6.9" | ||
}, | ||
@@ -42,0 +42,0 @@ "repository": { |
# @metrics/client | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/metrics-js/client.svg)](https://greenkeeper.io/) | ||
A streaming metric producer. Allows producing counters, gauges, histograms and summaries in a way that is independent of your metrics system. | ||
[![Dependencies](https://img.shields.io/david/metrics-js/client.svg?style=flat-square)](https://david-dm.org/metrics-js/client) | ||
[![Build Status](http://img.shields.io/travis/metrics-js/client/master.svg?style=flat-square)](https://travis-ci.org/metrics-js/client) | ||
[![Greenkeeper badge](https://badges.greenkeeper.io/metrics-js/client.svg?style=flat-square)](https://greenkeeper.io/) | ||
[![Known Vulnerabilities](https://snyk.io/test/github/metrics-js/client/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/metrics-js/client?targetFile=package.json) | ||
A streaming metric producer. Allows producing counters, gauges, time series in a way that is independent of your metrics system so that you can produce metrics and let consumers decide how to consume them. Additionally, you can pipe together different metrics streams before finally consuming them all in a single location. | ||
@@ -6,0 +11,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
32344
309
584
Updatedreadable-stream@^3.4.0
Updatedtime-span@^3.1.0