
Research
SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.
Calculate sleep cycles to wake up more refreshed.
The human body goes through 90 minute sleep cycles during the night, and you feel more refreshed if you wake up at the end of a sleep cycle than if you wake up during a sleep cycle.
$ npm install --save cycles
$ npm install --global cycles
$ cycles --help
Usage
$ cycles
$ cycles <Bedtime>
$ cycles --wake <Time to wake up>
Options
-w, --wake <Time to wake up>
var cycles = require('cycles');
cycles.sleep('06:55');
/*
{
2: '02:37',
3: '04:07',
4: '05:37',
5: '07:07',
6: '08:37',
7: '10:07'
}
*/
cycles.wake('06:55');
/*
{
2: '03:55',
3: '02:25',
4: '00:55',
5: '23:25',
6: '21:55',
7: '20:25'
}
*/
Type: string
Default: Current time
Returns an object with times for 2 to 7 sleep cycles.
Required
Type: string
Returns an object with times for 2 to 7 sleep cycles.
MIT © Andreas Gillström
FAQs
Calculate sleep cycles to wake up more refreshed.
The npm package cycles receives a total of 8 weekly downloads. As such, cycles popularity was classified as not popular.
We found that cycles 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
An emerging npm supply chain attack that infects repos, steals CI secrets, and targets developer AI toolchains for further compromise.

Company News
Socket is proud to join the OpenJS Foundation as a Silver Member, deepening our commitment to the long-term health and security of the JavaScript ecosystem.

Security News
npm now links to Socket's security analysis on every package page. Here's what you'll find when you click through.