@types/ps-tree
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -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 @@ |
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
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
3228