New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clocker

Package Overview
Dependencies
Maintainers
0
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.23.1 to 1.25.0

4

bin/index.js

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

const fs = require('fs')
const program = require('commander')
const { program, Option } = require('commander')
const strftime = require('strftime')

@@ -112,3 +112,3 @@ const editor = require('editor')

.option('--year [value]', 'show given year (default: current year)')
.addOption(new program.Option('--reportDay <value>', 'day to use').hideHelp())
.addOption(new Option('--reportDay <value>', 'day to use').hideHelp())
.option('-a, --all', 'include archived dates')

@@ -115,0 +115,0 @@ .action(report)

{
"name": "clocker",
"version": "1.23.1",
"version": "1.25.0",
"description": "track project hours",

@@ -9,6 +9,6 @@ "bin": {

"engines": {
"node": ">= 14"
"node": ">= 18"
},
"dependencies": {
"commander": "^10.0.0",
"commander": "^12.1.0",
"editor": "^1.0.0",

@@ -18,3 +18,3 @@ "json-stable-stringify": "^1.0.0",

"level-read-stream": "^1.1.0",
"mkdirp": "^2.1.3",
"mkdirp": "^3.0.1",
"parse-messy-time": "^2.1.0",

@@ -25,3 +25,3 @@ "readable-stream": "^4.1.0",

"devDependencies": {
"rimraf": "^4.1.2",
"rimraf": "^5.0.8",
"standard": "^17.0.0",

@@ -28,0 +28,0 @@ "tape": "^5.0.1"

Sorry, the diff of this file is not supported yet

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