Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
A minimalist CLI for the macOS Reminders app
$ rmind review PR tomorrow morning
$ npm i -g rmind
Type rmind
to add a reminder. Set remind dates using natural language.
$ rmind publish blog post this friday at 4pm
$ rmind clean up crontab in 1 month
$ rmind ask Leena for PR review in 40 mins
$ rmind call mom tonight
It will automatically open the Reminders App and add your reminder to the default list.
When you run rmind
for the first time, you'll be asked to configure the list where the reminders will be put by default. You can change this anytime with rmind --config
.
Enter configuration mode by typing:
$ rmind --config
In this mode, you'll be able to do any of the following actions:
You can add reminders to different lists by configuring aliases.
rmind --config
For example, if you set an alias of g
for your list Groceries, you'll be able to add items this way:
$ rmind -l g cereal milk
rmind.ts
is the entry point to the CLIyarn link
so that rmind
gets registered globallynpm run build
and then use rmind
in the terminalMIT © Carlos Roso
FAQs
rmind CLI
We found that rmind 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
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.