Comparing version 1.1.1 to 1.1.2
@@ -123,3 +123,3 @@ var os = require('os') | ||
var args = 'PROCESS ' + pid + ' get workingsetsize,usermodetime,kernelmodetime' | ||
var wmic = spawn('wmic', args.split(' '), {detached: true}) | ||
var wmic = spawn('wmic ', args.split(' '), {detached: true}) | ||
var stdout = '' | ||
@@ -126,0 +126,0 @@ var stderr = '' |
{ | ||
"name": "pidusage", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Cross-platform process cpu % and memory usage of a PID — Edit", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23714
1