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.10.3 to 1.10.4

3

bin/cmd.js

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

var strftime = require('strftime');
var sprintf = require('sprintf');
var through = require('through');

@@ -160,3 +159,3 @@ var editor = require('editor');

date: h.date,
hours: Number(sprintf('%.2f', h.hours))
hours: Number(h.hours.toFixed(2))
};

@@ -163,0 +162,0 @@ })

{
"name": "clocker",
"version": "1.10.3",
"version": "1.10.4",
"description": "track project hours",

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

"dependencies": {
"editor": "~0.1.0",
"editor": "^0.1.0",
"json-stable-stringify": "^1.0.0",
"level": "~0.18.0",
"minimist": "~0.0.7",
"mkdirp": "~0.3.5",
"sprintf": "~0.1.3",
"minimist": "0.0.10",
"mkdirp": "^0.3.5",
"strftime": "~0.6.2",
"through": "~2.3.4"
"through": "^2.3.7"
},

@@ -19,0 +18,0 @@ "devDependencies": {

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