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
3
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 0.0.1 to 1.0.0

.circleci/config.yml

42

package.json
{
"name": "http-metrics-middleware",
"version": "0.0.1",
"version": "1.0.0",
"description": "Express middleware for adding common prometheus metrics",
"author": "QlikTech International AB",
"license": "MIT"
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "aw --coverage --nyc.babel false --glob test/index_test.js",
"test:codeclimate": "npm test && cat coverage/lcov.info | codeclimate-test-reporter",
"lint": "eslint .",
"lint-fix": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/qlik-oss/http-metrics-middleware.git"
},
"keywords": [
"express",
"koa",
"prometheus",
"metrics"
],
"bugs": {
"url": "https://github.com/qlik-oss/http-metrics-middleware/issues"
},
"homepage": "https://github.com/qlik-oss/http-metrics-middleware#readme",
"dependencies": {
"express": "4.16.0",
"lodash": "4.17.5",
"on-finished": "2.3.0",
"performance-now": "2.1.0",
"prom-client": "10.1.0",
"url-value-parser": "1.0.0"
},
"devDependencies": {
"after-work.js": "4.1.0",
"codeclimate-test-reporter": "0.5.0",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.1.3",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-mocha": "4.11.0"
}
}
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