🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

daybrain

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daybrain - npm Package Compare versions

Comparing version
0.3.1
to
0.3.2
+1
-1
package.json
{
"name": "daybrain",
"version": "0.3.1",
"version": "0.3.2",
"description": "Private local memory for your AI. Gives Claude, Cursor, and ChatGPT context about your workday — no cloud required.",

@@ -5,0 +5,0 @@ "type": "commonjs",

@@ -68,3 +68,3 @@ #!/usr/bin/env python3

changed = new_app != current_app or (new_title and new_title != current_title)
changed = new_app != current_app or new_title != current_title

@@ -94,3 +94,3 @@ if changed and current_app:

last_emit = time.time()
elif current_app and current_title and (time.time() - last_emit) >= emit_interval:
elif current_app and (time.time() - last_emit) >= emit_interval:
duration = time.time() - current_start

@@ -97,0 +97,0 @@ print(