@nodeswork/utils
Advanced tools
Comparing version 0.0.14 to 0.0.15
@@ -70,3 +70,3 @@ "use strict"; | ||
.chain(metricsNames) | ||
.map((name) => Object.keys(data.metrics[name])) | ||
.map((name) => Object.keys(data.metrics[name] || {})) | ||
.flatten() | ||
@@ -73,0 +73,0 @@ .value(); |
{ | ||
"name": "@nodeswork/utils", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "Utilities used across nodeswork repos.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
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
48947