http-metrics-middleware
Advanced tools
Comparing version 2.1.4 to 2.1.5
{ | ||
"name": "http-metrics-middleware", | ||
"version": "2.1.4", | ||
"version": "2.1.5", | ||
"description": "Express middleware for adding common prometheus metrics", | ||
@@ -12,3 +12,3 @@ "author": "QlikTech International AB", | ||
"scripts": { | ||
"test": "npm run lint && aw --babel.enable false --testExt '*_test.js' --nyc.sourceMap true --nyc.instrumenter './lib/instrumenters/istanbul' --coverage", | ||
"test": "NODE_ENV=test mocha --exit -- ./test/**/*.js", | ||
"lint": "eslint .", | ||
@@ -33,16 +33,18 @@ "lint-fix": "eslint --fix ." | ||
"accepts": "1.3.8", | ||
"express": "^4.19.2", | ||
"express": "^4.21.1", | ||
"lodash": "4.17.21", | ||
"on-finished": "2.4.1", | ||
"performance-now": "2.1.0", | ||
"prom-client": "15.1.2", | ||
"prom-client": "15.1.3", | ||
"url-value-parser": "2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@after-work.js/aw": "7.0.0-alpha.1", | ||
"chai": "^4.4.1", | ||
"eslint": "8.57.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-mocha": "10.4.3" | ||
"eslint-plugin-mocha": "10.4.3", | ||
"mocha": "^10.7.3", | ||
"sinon": "^19.0.2" | ||
} | ||
} |
18406
7
+ Addedprom-client@15.1.3(transitive)
- Removedprom-client@15.1.2(transitive)
Updatedexpress@^4.21.1
Updatedprom-client@15.1.3