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.11.9 to 0.11.10

6

bin/model.js

@@ -329,5 +329,5 @@ "use strict";

console.log("date to parse: ", targetDurationString);
const seconds = utils_1.default.getDateStr(targetDurationString);
console.log("seconds: ", seconds);
const params = [activity, seconds];
const dateTimeStr = utils_1.default.getDateStr(targetDurationString);
console.log("dateTime: ", dateTimeStr);
const params = [activity, dateTimeStr];
// console.log(query)

@@ -334,0 +334,0 @@ // console.log(query);

@@ -93,5 +93,5 @@ "use strict";

day: date.getDate(),
h: date.getHours(),
m: date.getMinutes(),
s: date.getSeconds(),
h: date.getUTCHours(),
m: date.getUTCMinutes(),
s: date.getUTCSeconds(),
};

@@ -98,0 +98,0 @@ return dateTimeProps;

{
"name": "clockify",
"version": "0.11.9",
"version": "0.11.10",
"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