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.20.0 to 1.20.1

12

bin/index.js

@@ -37,14 +37,2 @@ #!/usr/bin/env node

// Adjust help output for set command
// as it has two optional arguments,
// which cannot be handled by commander
const outputHelp = program.outputHelp.bind(program)
program.outputHelp = function (cb) {
cb = cb || function (passthru) { return passthru }
const newCb = function (text) {
return cb(text).replace('set [options] [stamp] <key> [value]', 'set [options] [stamp] <key> <value>')
}
outputHelp(newCb)
}
let datadir

@@ -51,0 +39,0 @@ program.on('option:datadir', function (value) {

4

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

@@ -12,3 +12,3 @@ "bin": {

"dependencies": {
"commander": "^6.0.0",
"commander": "^7.1.0",
"editor": "^1.0.0",

@@ -15,0 +15,0 @@ "json-stable-stringify": "^1.0.0",

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