Socket
Socket
Sign inDemoInstall

@gifyourgame/fastlist

Package Overview
Dependencies
3
Maintainers
5
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gifyourgame/fastlist

NodeJS DDC/CI library


Version published
Maintainers
5
Created

Readme

Source

gyg-fastlist

Installation

gyg-fastlist is currently only supported on Windows.

npm install git+https://github.com/bad-panda/node-fastlist.git
yarn add https://github.com/bad-panda/node-fastlist.git

Usage

const fastlist = require("@gifyourgame/fastlist");

for (const process of fastlist.getProcessList()) {
    console.log(`${monitor}`);
}

Docs

  • getProcessList()

    Gets a list of the current connected monitors.
    • Return value
      An array of json dumped String containing the process name, PID, and parent PID. Ex. {"name":"winlogon.exe","parentPid":772,"pid":944}, {"name":"wlanext.exe","parentPid":684,"pid":5424}

FAQs

Last updated on 17 Feb 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc