stockshark-util
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "stockshark-util", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "util", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -42,2 +42,6 @@ var moment = require('moment-timezone'); | ||
function nowETDate() { | ||
return moment.tz(moment(), ET) | ||
} | ||
function nowETDateString() { | ||
@@ -133,2 +137,3 @@ return moment.tz(moment(), ET).format('YYYY-MM-DD') | ||
nowET, | ||
nowETDate, | ||
nowETDateString, | ||
@@ -135,0 +140,0 @@ nowETDateTimeString, |
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
4813
138