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.16.8 to 1.16.9

6

bin/index.js

@@ -158,4 +158,6 @@ #!/usr/bin/env node

.command('archive [stamp]')
.description('archive a range of clocked records or a specific stamp')
.description('archive a range or filtered set of clocked records or a specific stamp')
.option('-d, --datadir <path>')
.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>', 'archive dates from gt on')

@@ -439,3 +441,3 @@ .option('--lt <date>', 'archive dates upto')

if (!stamp && (cmd.lt || cmd.gt)) {
if (!stamp && (cmd.lt || cmd.gt || cmd.filter || cmd.type)) {
// (un)archive range

@@ -442,0 +444,0 @@ cmd.all = !archive

{
"name": "clocker",
"version": "1.16.8",
"version": "1.16.9",
"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