current-processes icon indicating copy to clipboard operation
current-processes copied to clipboard

Node.js library to get a snapshot of the currently running processes, OS-agnostic

Results 9 current-processes issues
Sort by recently updated
recently updated
newest added

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=async&from_version=0.9.2&to_version=3.2.2&pr_id=cd302381-53df-4e2d-8be7-ad4b789ad7c1&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

![image](https://user-images.githubusercontent.com/8780122/88631256-7870ca00-d0e4-11ea-8147-c9184919e411.png) ## response: ```js Process { pid: 27, name: 'node', cpu: 16, mem: { private: 16947200, virtual: 4096, usage: 0.012555656074983258 } } ```

Bumps [csv-parse](https://github.com/wdavidw/node-csv-parse) from 0.0.5 to 4.6.5. Changelog *Sourced from [csv-parse's changelog](https://github.com/adaltas/node-csv-parse/blob/master/CHANGELOG.md).* > ## Version 4.6.5 > > * context: column is null when cast force the context creation, fix [#260](https://github-redirect.dependabot.com/wdavidw/node-csv-parse/issues/260)...

dependencies

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://app.snyk.io/org/branneman/test/github/2603d3fe-3443-4528-b33c-2ae0c9985a2c/master..snyk-fix-660c03e377680a088ac7771cd2e8059d) for more details. #### Snyk Project: [branneman/current-processes:package.json](https://app.snyk.io/org/branneman/project/2603d3fe-3443-4528-b33c-2ae0c9985a2c) ####...

I set the process name myself with `process.title = daemonName` This title is my package name + "-daemon" so I can find out if it has started the daemon part...

On Windows 10 pro 64 bits, the property VirtualBytes in not defined in wmic, and the command return : "Command wmic returned an error!" You need to replace it by...