@types/request
Advanced tools
Comparing version 2.48.7 to 2.48.8
@@ -252,5 +252,5 @@ // Type definitions for request 2.48 | ||
write(str: string, encoding?: string, cb?: (err?: Error) => void): boolean; | ||
end(cb?: () => void): void; | ||
end(chunk: string | Buffer, cb?: () => void): void; | ||
end(str: string, encoding?: string, cb?: () => void): void; | ||
end(cb?: () => void): any; | ||
end(chunk: string | Buffer, cb?: () => void): any; | ||
end(str: string, encoding?: string, cb?: () => void): any; | ||
@@ -257,0 +257,0 @@ pause(): void; |
{ | ||
"name": "@types/request", | ||
"version": "2.48.7", | ||
"version": "2.48.8", | ||
"description": "TypeScript definitions for request", | ||
@@ -68,4 +68,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/request", | ||
}, | ||
"typesPublisherContentHash": "8c0ade7deaf3104d86857d4d11cd3e8d92106578234d1905878bccd9225ee6bd", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "1d1a7d3a65e28ea707b27eb4b0425fb4bdc214cf0c834f393b6b4faa6ee714d1", | ||
"typeScriptVersion": "3.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 28 Jul 2021 00:31:32 GMT | ||
* Last updated: Sat, 01 Jan 2022 14:01:38 GMT | ||
* Dependencies: [@types/caseless](https://npmjs.com/package/@types/caseless), [@types/form-data](https://npmjs.com/package/@types/form-data), [@types/tough-cookie](https://npmjs.com/package/@types/tough-cookie), [@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
20528