@types/tap
Advanced tools
Comparing version 15.0.2 to 15.0.3
@@ -409,2 +409,7 @@ // Type definitions for tap 15.0 | ||
/** | ||
* Automatically end() the test on the next turn of the event loop after its internal queue is drained. | ||
*/ | ||
autoend(value: boolean): void; | ||
/** | ||
* When an uncaught exception is raised in the context of a test, | ||
@@ -411,0 +416,0 @@ * then this method is used to handle the error. It fails the test, |
{ | ||
"name": "@types/tap", | ||
"version": "15.0.2", | ||
"version": "15.0.3", | ||
"description": "TypeScript definitions for tap", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tap", | ||
}, | ||
"typesPublisherContentHash": "7cb62cd875da44be0d935e652d9b927d5f390fc8ed86b9c968b2a9964ae7c995", | ||
"typesPublisherContentHash": "cbc36c7ab12c4c18c934823283bbd03fc043e0b785f635ef25fb3b73694cdeb0", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 01 Jun 2021 21:31:56 GMT | ||
* Last updated: Tue, 15 Jun 2021 12:31:20 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
33912
831