Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

clockify

Package Overview
Dependencies
Maintainers
0
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clockify - npm Package Compare versions

Comparing version 0.12.12 to 0.12.13

3

bin/model.js

@@ -328,3 +328,4 @@ "use strict";

//! don't touch this; JS sucks.
let targetDurationString = `${targetDuration.year}-${targetDuration.month}`;
let targetDurationString = `${targetDuration.year}`;
targetDurationString += `-${String(targetDuration.month).length === 1 ? `0${targetDuration.month}` : targetDuration.month}`;
targetDurationString += `-${String(targetDuration.day).length === 1 ? `0${targetDuration.day}` : targetDuration.day}`;

@@ -331,0 +332,0 @@ console.log("date to parse: ", targetDurationString);

{
"name": "clockify",
"version": "0.12.12",
"version": "0.12.13",
"description": "A time tracker to make sure that you really spent the time you think you spent working, studying, etc.",

@@ -5,0 +5,0 @@ "license": "MIT",

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