Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
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
The npm package linky-cli receives a total of 12 weekly downloads. As such, linky-cli popularity was classified as not popular.
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.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.