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

mindful-timer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mindful-timer - npm Package Compare versions

Comparing version 0.2.1 to 0.3.0

src/commands/stats.js

2

package.json
{
"name": "mindful-timer",
"version": "0.2.1",
"version": "0.3.0",
"description": "Pomodoro timer",

@@ -5,0 +5,0 @@ "scripts": {},

# Mindful Timer ✨✨✨
`npm -g mindful-timer`
`npm i -g mindful-timer`
Simple Pomodoro timer
Simple Pomodoro timer (**Only Mac OS**)
- Keeps Do Not Disturb mode during the work
- Shows system alert instead of usual notification
**Only Mac OS**
## Usage:

@@ -15,1 +13,3 @@ `mindful-timer start [work timer duration]`

`mindful-timer log [day|week|month|quarter|year|full]`
`mindful-timer stats [day|week|month|quarter|year|full]`
const {startCommand} = require("./commands/start");
const {logCommand} = require("./commands/log");
const {statsCommand} = require("./commands/stats");

@@ -10,2 +11,3 @@ async function runCli() {

.command(logCommand.signature, logCommand.description, logCommand.configure, logCommand.run)
.command(statsCommand.signature, statsCommand.description, statsCommand.configure, statsCommand.run)
.help()

@@ -12,0 +14,0 @@ .argv;

@@ -77,3 +77,4 @@ const {DateTime} = require("luxon");

run,
}
},
getSessions
};
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