New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

http-metrics-middleware

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http-metrics-middleware - npm Package Compare versions

Comparing version 2.1.4 to 2.1.5

14

package.json
{
"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"
}
}
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