k8s-prometheus-metrics
Advanced tools
Comparing version 0.1.0 to 0.1.1
'use strict'; | ||
var async = require('async'); | ||
function getSimpleNumber(command, setter, cb) { | ||
@@ -4,0 +6,0 @@ exec(command, function(err, stdout, stderr) { |
{ | ||
"name": "k8s-prometheus-metrics", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Provides your application metrics to prometheus server.", | ||
@@ -15,2 +15,3 @@ "private": false, | ||
"dependencies": { | ||
"async": "*", | ||
"express": "*", | ||
@@ -17,0 +18,0 @@ "prom-client": "*" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
40069
13
120
3
4
2
+ Addedasync@*
+ Addedasync@3.2.6(transitive)