@types/prompts
Advanced tools
Comparing version 2.0.9 to 2.0.10
@@ -97,2 +97,3 @@ // Type definitions for prompts 2.0 | ||
hint?: string; | ||
warn?: string; | ||
suggest?: ((input: any, choices: Choice[]) => Promise<any>); | ||
@@ -99,0 +100,0 @@ limit?: number; |
{ | ||
"name": "@types/prompts", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "TypeScript definitions for prompts", | ||
@@ -49,4 +49,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "3bd6de3c2ec2df9ad0cb1733e2532ba5615414f126b6c3182b95f4342d5d6872", | ||
"typeScriptVersion": "3.1" | ||
"typesPublisherContentHash": "6ee6a62b1fe20820ecd690c50826a62913b859d357dadd86494acb8f5643b0ec", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 14 Sep 2020 10:35:46 GMT | ||
* Last updated: Tue, 30 Mar 2021 07:31:11 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
7094
90