Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clocker

Package Overview
Dependencies
Maintainers
3
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clocker - npm Package Compare versions

Comparing version 1.19.1 to 1.20.0

12

bin/index.js

@@ -113,4 +113,12 @@ #!/usr/bin/env node

.command('report')
.description('show all logged hours of a specific day')
.description('show all logged hours and report')
.option('-v, --verbose', 'also show clocked messages')
.option('--filter <key=value>', 'filter by key, value as string or /regex/', collect, [])
.option('-t, --type <value>', 'short for --filter "type=<value>"')
.option('--gt <date>', 'show dates from gt on')
.option('--lt <date>', 'show dates upto')
.option('--day [value]', 'show given day (default: today)')
.option('--week [value]', 'show given week (default: current week)')
.option('--month [value]', 'show given month (default: current month)')
.option('--year [value]', 'show given year (default: current year)')
.option('--reportDay <value>', 'day to use')

@@ -323,3 +331,3 @@ .option('-a, --all', 'include archived dates')

function report (cmd) {
cmd.day = cmd.reportDay ?? true
cmd.day = cmd.reportDay ?? cmd.day ?? true
cmd.report = true

@@ -326,0 +334,0 @@

2

package.json
{
"name": "clocker",
"version": "1.19.1",
"version": "1.20.0",
"description": "track project hours",

@@ -5,0 +5,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc