Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

prom-client

Package Overview
Dependencies
Maintainers
1
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prom-client - npm Package Compare versions

Comparing version 6.0.0 to 6.1.0

13

package.json
{
"name": "prom-client",
"version": "6.0.0",
"version": "6.1.0",
"description": "Client for prometheus",

@@ -14,5 +14,6 @@ "main": "index.js",

"scripts": {
"test": "npm run lint && npm run test-unit",
"test": "npm run lint && npm run compile-typescript && npm run test-unit",
"lint": "node-version-gte-4 && eslint . || node-version-lt-4",
"test-unit": "mocha --recursive test/"
"test-unit": "mocha --recursive test/",
"compile-typescript": "tsc index.d.ts"
},

@@ -38,3 +39,4 @@ "repository": {

"node-version-check": "^2.1.1",
"sinon": "^1.17.2"
"sinon": "^1.17.2",
"typescript": "^2.0.3"
},

@@ -44,3 +46,4 @@ "dependencies": {

"util-extend": "^1.0.1"
}
},
"types": "./index.d.ts"
}
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