Comparing version 1.0.10 to 1.0.12
@@ -18,3 +18,2 @@ #!/usr/bin/env node | ||
var toPrint = stocks.reduce(function(prev, stock) { | ||
console.log(stock); | ||
if (stock.el && stock.ecp) { // real-time | ||
@@ -21,0 +20,0 @@ return prev + sprintf("%s %.2f [%.2f%%] ", stock.t, stock.el, stock.ecp); |
@@ -5,3 +5,3 @@ { | ||
"description": "command line stock ticker", | ||
"version": "1.0.10", | ||
"version": "1.0.12", | ||
"description": "", | ||
@@ -8,0 +8,0 @@ "main": "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
10084
31