
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
Simple timeago function takes same params as 'new Date(...)'
var ta = require('./time-ago.js')(); // node.js
var ta = timeago(); // browser
###ta.ago(...)
ta.ago(new Date()-1000); => "1 second ago"
ta.ago(new Date()-2000); => "2 seconds ago"
ta.ago(1); => "44 years ago"
// takes twitter's created_at date format, in your timezone
ta.ago('Sun Jun 28 19:44:05 +0000 2013'); => "2 days ago"
// and UTC
ta.ago('1997-07-16T19:20+01:00'); => "16 years ago"
###ta.today()
ta.today() function shows Day, Month, Date, Yr
==> 'Monday, June 1, 1970'
###ta.timefriendly('x period')
ta.timefriendly('1 hour') // convert to ms: seconds, minutes, hours, days, weeks, months, years
==> 3600000
ta.timefriendly('1 hour') // convert to ms: seconds, minutes, hours, days, weeks, months, years
==> 3600000
###ta.mintoread(text, [altcmt, wpm]) Cool Medium like 'x min to read' feature
ta.mintoread('six hundred words of text') // calculate based on 200 wpm reading speed
==> "3 min to read"
ta.mintoread('six hundred words of text', ' minutes to finish') // optional alternate comment
==> "3 minutes to finish"
ta.mintoread('six hundred words of text', null, 300) // alternate wpm
==> "2 min to read"
FAQs
timeago =======
The npm package time-ago receives a total of 2,565 weekly downloads. As such, time-ago popularity was classified as popular.
We found that time-ago 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 impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.