Socket
Socket
Sign inDemoInstall

@types/ps-tree

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @types/ps-tree

TypeScript definitions for ps-tree


Version published
Weekly downloads
284K
decreased by-19.32%
Maintainers
1
Install size
3.15 kB
Created
Weekly downloads
 

Readme

Source

Installation

npm install --save @types/ps-tree

Summary

This package contains type definitions for ps-tree (https://github.com/indexzero/ps-tree).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ps-tree.

index.d.ts

declare namespace ps_tree {
    interface PS {
        COMMAND: string;
        PPID: string;
        PID: string;
        STAT: string;
    }

    const prototype: {};
}

declare function ps_tree(
    pid: number,
    callback: (error: Error | null, children: readonly ps_tree.PS[]) => void,
): void;

export as namespace ps_tree;
export = ps_tree;

Additional Details

  • Last updated: Mon, 20 Nov 2023 23:36:24 GMT
  • Dependencies: none

Credits

These definitions were written by Alessio Paccoia.

FAQs

Last updated on 21 Nov 2023

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