New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pidusage-gwmi

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pidusage-gwmi - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

6

lib/stats.js

@@ -57,7 +57,7 @@ 'use strict'

try {
spawn('wmic', function (err) {
fn = gwmi
} catch (err) {
spawn('wmic', function (err) {
if (err) throw new Error(err)
})
} catch (err) {
fn = gwmi
}

@@ -64,0 +64,0 @@ }

{
"name": "pidusage-gwmi",
"version": "3.0.0",
"version": "3.0.1",
"description": "Cross-platform process cpu % and memory usage of a PID",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc