Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/ps-tree

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/ps-tree - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

ps-tree/index.d.ts

@@ -14,3 +14,3 @@ declare namespace ps_tree {

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

@@ -17,0 +17,0 @@

{
"name": "@types/ps-tree",
"version": "1.1.5",
"version": "1.1.6",
"description": "TypeScript definitions for ps-tree",

@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/ps-tree",

"dependencies": {},
"typesPublisherContentHash": "aa6ac54492c5b575c16b80c39a937907090b490f260e1cb0d0c021d2e7bd53c4",
"typesPublisherContentHash": "25ad59c9ad12ce292a004c4b9c1ff7eed27188ec22da6b6b4a2e5440688dd817",
"typeScriptVersion": "4.5"
}

@@ -24,3 +24,3 @@ # Installation

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

@@ -34,3 +34,3 @@

### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: none

@@ -37,0 +37,0 @@

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