@types/tar 6.1.6 → 6.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tar/LICENSE +0 -0
- tar/README.md +2 -3
- tar/index.d.ts +0 -6
- tar/package.json +7 -7
tar/LICENSE
CHANGED
|
File without changes
|
tar/README.md
CHANGED
|
@@ -8,9 +8,8 @@ This package contains type definitions for tar (https://github.com/npm/node-tar)
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
12
|
-
* Dependencies: [@types/
|
|
13
|
-
* Global values: none
|
|
11
|
+
* Last updated: Wed, 18 Oct 2023 11:45:06 GMT
|
|
12
|
+
* Dependencies: [@types/node](https://npmjs.com/package/@types/node), [minipass](https://npmjs.com/package/minipass)
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Maxime LUCE](https://github.com/SomaticIT), and [Connor Peet](https://github.com/connor4312).
|
tar/index.d.ts
CHANGED
|
@@ -1,9 +1,3 @@
|
|
|
1
|
-
// Type definitions for tar 6.1
|
|
2
|
-
// Project: https://github.com/npm/node-tar
|
|
3
|
-
// Definitions by: Maxime LUCE <https://github.com/SomaticIT>, Connor Peet <https://github.com/connor4312>
|
|
4
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
5
|
-
// TODO: When/if typings for [fstream](https://github.com/npm/fstream) are written, refactor this typing to use it for the various streams.
|
|
6
|
-
|
|
7
1
|
/// <reference types="node" />
|
|
8
2
|
|
|
9
3
|
import stream = require("stream");
|
tar/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/tar",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.7",
|
|
4
4
|
"description": "TypeScript definitions for tar",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/tar",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Maxime LUCE",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "SomaticIT",
|
|
11
|
+
"url": "https://github.com/SomaticIT"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Connor Peet",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "connor4312",
|
|
16
|
+
"url": "https://github.com/connor4312"
|
|
17
17
|
}
|
|
18
18
|
],
|
|
19
19
|
"main": "",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"@types/node": "*",
|
|
29
29
|
"minipass": "^4.0.0"
|
|
30
30
|
},
|
|
31
|
-
"typesPublisherContentHash": "
|
|
32
|
-
"typeScriptVersion": "4.
|
|
31
|
+
"typesPublisherContentHash": "622fa856702b962bf64cc49a8a80919a93a24c27b13b44655a8d3a6b9f5de6df",
|
|
32
|
+
"typeScriptVersion": "4.5"
|
|
33
33
|
}
|