
Research
Node.js Fixes AsyncLocalStorage Crash Bug That Could Take Down Production Servers
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.
Clock in and out with code-clock. Helps to keep a log of how much time you spend working with a csv file in your project.
#code-clock
Clock in and clock out with code-clock. Helps to keep a log of how much time you spend working with a file in your project.
Using git timestamps helps, but you're not working the entire time between timestamps. code-clock comes in handy when you want to keep track of the time you're actually working.
It's also really useful when you want to see what you did during a specific time of work.
Just look at the commit history on the .csv file that code-clock makes for you and you'll
see everything that has changed with the lines that were added to the .csv.
##Install:
npm install code-clock -g
#Use:
clock --help
outputs:
Usage: clock [options] [command]
Commands:
in clock in
out clock out
r run with the given options
Options:
-h, --help output usage information
-V, --version output the version number
-f, --file <path> The output file (defaults to "<current directory>/code-clock.csv")
-u, --user <username> The user to record (defaults to kentcdodds
-m, --message <string> Any message to add to the line
-d, --debug Show debug messages
#Features
Outputs the following fields to a CSV file:
User,In,Out,Total Seconds,Messages
It will get the user from the currently logged in user or you can specify it with an option.
If you run code r -m "This is a message" then it will add that message to the most recent
clock in for the user specified (or logged in).
#Issues
Please report them
FAQs
Clock in and out with code-clock. Helps to keep a log of how much time you spend working with a csv file in your project.
The npm package code-clock receives a total of 1 weekly downloads. As such, code-clock popularity was classified as not popular.
We found that code-clock demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Node.js patched a crash bug where AsyncLocalStorage could cause stack overflows to bypass error handlers and terminate production servers.

Research
/Security News
A malicious Chrome extension steals newly created MEXC API keys, exfiltrates them to Telegram, and enables full account takeover with trading and withdrawal rights.

Security News
CVE disclosures hit a record 48,185 in 2025, driven largely by vulnerabilities in third-party WordPress plugins.