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

clockify

Package Overview
Dependencies
Maintainers
1
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.1.1 to 0.2.0

bin/db.js

20

package.json
{
"name": "clockify",
"version": "0.1.1",
"version": "0.2.0",
"description": "A time tracker to make sure that you really spent the time you think you spent working, studying, etc.",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dis/index.d.ts",
"license": "MIT",
"keywords": [
"time tracking",
"time tracker",
"habits tracker"

@@ -17,2 +14,5 @@ ],

},
"bin": {
"clockify": "./bin/index.js"
},
"dependencies": {

@@ -25,5 +25,5 @@ "sqlite3": "^5.1.4"

"better-sqlite3": "^9.4.1",
"nodemon": "^2.0.20",
"nodemon": "^3.0.3",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",

@@ -33,8 +33,8 @@ "vitest": "^1.3.0"

"scripts": {
"dev": "nodemon ./src/server.js",
"dev": "nodemon ./src/index.ts ./src/server.ts",
"format": "prettier . --write",
"testOnce": "vitest --run",
"formatCheck": "prettier . --check",
"lint": "tsc",
"build": "tsc --build",
"lint": "tsc --noEmit",
"build": "tsc",
"ci": "npm run formatCheck && npm run lint && npm run testOnce && npm run build",

@@ -41,0 +41,0 @@ "release": "npm run ci && npx changeset && npx changeset publish"

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