@types/tar
Advanced tools
Comparing version 6.1.8 to 6.1.9
@@ -6,2 +6,3 @@ /// <reference types="node" /> | ||
import MiniPass = require("minipass"); | ||
import fs = require("fs"); | ||
@@ -233,3 +234,3 @@ // #region Interfaces | ||
*/ | ||
cwd?: string[]; | ||
cwd?: string; | ||
/** | ||
@@ -248,3 +249,3 @@ * A path portion to prefix onto the entries in the archive. | ||
*/ | ||
filter?(path: string, stat: FileStat): boolean; | ||
filter?(path: string, stat: fs.Stats): boolean; | ||
/** | ||
@@ -431,3 +432,3 @@ * Omit metadata that is system-specific: ctime, atime, uid, gid, uname, | ||
*/ | ||
filter?(path: string, stat: FileStat): boolean; | ||
filter?(path: string, stat: fs.Stats): boolean; | ||
@@ -746,3 +747,3 @@ /** | ||
*/ | ||
filter?(path: string, stat: FileStat): boolean; | ||
filter?(path: string, stat: fs.Stats): boolean; | ||
@@ -749,0 +750,0 @@ /** |
{ | ||
"name": "@types/tar", | ||
"version": "6.1.8", | ||
"version": "6.1.9", | ||
"description": "TypeScript definitions for tar", | ||
@@ -31,4 +31,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar", | ||
}, | ||
"typesPublisherContentHash": "d4af46825290579135b2132c9dfc1bd4cda6b2bed2c53e398e074cfc5b50722c", | ||
"typesPublisherContentHash": "57421c0bc6a3554f6f686c8c82ee376f57b2d8ce46de5a5049d0d05bff0d3e79", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 15:11:36 GMT | ||
* Last updated: Fri, 10 Nov 2023 22:24:49 GMT | ||
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [minipass](https://npmjs.com/package/minipass) | ||
@@ -14,0 +14,0 @@ |
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
29850
823