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.15.2 to 1.15.3

test/index.spec.js

5

bin/index.js

@@ -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

4

package.json
{
"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 @@ },

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