@types/tar
Advanced tools
Comparing version 4.0.3 to 4.0.4
@@ -719,3 +719,3 @@ // Type definitions for tar 4.0 | ||
*/ | ||
export function list(options?: ListOptions, fileList?: ReadonlyArray<string>, callback?: (err?: Error) => void): stream.Writable; | ||
export function list(options?: ListOptions & FileOptions, fileList?: ReadonlyArray<string>, callback?: (err?: Error) => void): stream.Writable; | ||
@@ -722,0 +722,0 @@ /** |
{ | ||
"name": "@types/tar", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"description": "TypeScript definitions for tar", | ||
@@ -19,3 +19,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -31,4 +31,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "3153dd22505c6c845ae3b160de2304faee264aedd2b4b10af8894c76a3d80a02", | ||
"typeScriptVersion": "2.0" | ||
"typesPublisherContentHash": "30d331e61e5cf0331015727fdf7fd167e90c67d9c6f2edcb26a0aab9a4f4dd92", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar. | ||
Additional Details | ||
* Last updated: Wed, 10 Jul 2019 00:30:51 GMT | ||
* Dependencies: @types/minipass, @types/node | ||
### Additional Details | ||
* Last updated: Wed, 18 Nov 2020 00:19:43 GMT | ||
* Dependencies: [@types/minipass](https://npmjs.com/package/@types/minipass), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Maxime LUCE <https://github.com/SomaticIT>, and Connor Peet <https://github.com/connor4312>. | ||
These definitions were written by [Maxime LUCE](https://github.com/SomaticIT), and [Connor Peet](https://github.com/connor4312). |
Sorry, the diff of this file is not supported yet
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
24589