@types/tap
Advanced tools
Comparing version 15.0.8 to 15.0.9
@@ -345,3 +345,3 @@ // Type definitions for tap 15.0 | ||
found: any, | ||
type: string | (new (...args: any[]) => object), | ||
type: string | (new(...args: any[]) => object), | ||
message?: string, | ||
@@ -512,3 +512,9 @@ extra?: Options.Assert, | ||
*/ | ||
spawn(cmd: string, args: string, options?: Options.Bag, name?: string, extra?: Options.Spawn): Promise<void>; | ||
spawn( | ||
cmd: string, | ||
args: string, | ||
options?: Options.Bag, | ||
name?: string, | ||
extra?: Options.Spawn, | ||
): Promise<void>; | ||
@@ -515,0 +521,0 @@ done(): void; |
{ | ||
"name": "@types/tap", | ||
"version": "15.0.8", | ||
"version": "15.0.9", | ||
"description": "TypeScript definitions for tap", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tap", | ||
}, | ||
"typesPublisherContentHash": "c8802e0239dfa8b6e22f6aaef50f1ae2c39832f3c70ffac6ac8b1858c9bf7f7f", | ||
"typeScriptVersion": "4.2" | ||
"typesPublisherContentHash": "dbfe1711d9f1ff99be063f675299f2294fc989ad635fdf8373ce21e8faa5bdad", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 02 Feb 2023 19:32:39 GMT | ||
* Last updated: Tue, 12 Sep 2023 12:34:29 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node) | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
35218
857