
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
gpu-info-nv
Advanced tools
Shows GPU Load, Temp, Clocks, Name. Currently working only for NVIDIA GPU's(until I get an AMD GPU for tests)
Using NPM
npm install gpu-info-nv
Using Yarn
yarn add gpu-info-nv
// Example
const nv = require('gpu-info-nv');
nv.getName().then(data => {
console.log(data) ---> GeForce GTX 1060 3GB
})
1. getName() --> Returns GPU Name
2. getTemp() --> Returns Current GPU Temp in Celsius
3. getUsage() ---> Returns Current GPU Load in Percents
4. getMemoryTotal() ---> Returns Total GPU Memory in MB
5. getMemoryUsed() ---> Returns Total Used Memory in MB
6. getMemoryFree() ---> Returns Total Free Memory in MB
7. getGpuClock() ---> Returns GPU Clock in MHZ
8. getMemClock() ---> Returns Memory Clock in MHZ
FAQs
Shows NVIDIA GPU Load, Temp, Name, Clocks
We found that gpu-info-nv 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.