@types/teen_process
Advanced tools
Comparing version 1.16.0 to 1.16.1
@@ -204,1 +204,10 @@ // Type definitions for teen_process 1.16 | ||
} | ||
/** | ||
* {@link exec} can reject with this error | ||
*/ | ||
export interface ExecError extends Error { | ||
code?: number; | ||
stdout: string; | ||
stderr: string; | ||
} |
{ | ||
"name": "@types/teen_process", | ||
"version": "1.16.0", | ||
"version": "1.16.1", | ||
"description": "TypeScript definitions for teen_process", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/teen_process", | ||
}, | ||
"typesPublisherContentHash": "4479b30f9d5c428d2ec80b99f7750c9a5f0940da1c4295b5c9394c27e94522db", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "0ca5dfd7f69b04650f11339cab2b9b92a86104fdfd54e91d694a3047134f673d", | ||
"typeScriptVersion": "4.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 06 Oct 2021 22:01:19 GMT | ||
* Last updated: Thu, 07 Jul 2022 19:32: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
11026
193