Comparing version 1.15.2 to 1.15.3
@@ -94,2 +94,3 @@ #!/usr/bin/env node | ||
.option('-d, --datadir <path>') | ||
.option('-v, --verbose', 'also show clocked messages') | ||
.option('--reportDay <value>', 'day to use') | ||
@@ -276,2 +277,6 @@ .option('-a, --all', 'include archived dates') | ||
if (cmd.verbose) { | ||
printMessage(entry.data.message) | ||
} | ||
if (sumsByType[entry.data.type]) { | ||
@@ -278,0 +283,0 @@ sumsByType[entry.data.type] += entry.elapsed |
{ | ||
"name": "clocker", | ||
"version": "1.15.2", | ||
"version": "1.15.3", | ||
"description": "track project hours", | ||
@@ -30,3 +30,3 @@ "bin": { | ||
"standard": "standard", | ||
"tape": "tape 'test/**/*.js'", | ||
"tape": "tape 'test/**/*.spec.js'", | ||
"test": "npm run standard && npm run tape" | ||
@@ -33,0 +33,0 @@ }, |
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
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
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
115381
13
1960
1