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 CLI tool to retrieve your Linky power consumption
$ npm i -g linky-cli
# Basic usage (interactive)
linky
# Basic usage (no questions asked)
linky (hour|day|month|year) -u <email> -p <password>
# Save data to JSON file with -o
linky -o <path>
# Custom time period with -s (start) and -e (end)
linky -s <DD/MM/YYYY> -e <DD/MM/YYYY>
# Show help and more examples
linky --help
linky hour [options]
Retrieve power consumption with a step of 30 minutes
Default time period: Yesterday
linky week [options]
Retrieve power consumption with a step of 1 day
You cannot retrieve more than 31 days at once
Default time period: Last 31 days
linky month [options]
Retrieve power consumption with a step of 1 month
You cannot retrieve more than 12 months at once
Default time period: Last 12 months
linky year [options]
Retrieve all your power consumption with a step of 1 year
You cannot use a custom time period
FAQs
A CLI tool to retrieve your Linky power consumption
We found that linky-cli 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.