@types/tar
Advanced tools
Comparing version 1.0.28 to 1.0.29
@@ -1,2 +0,2 @@ | ||
// Type definitions for tar v1.0.1 | ||
// Type definitions for tar v1.0.1 | ||
// Project: https://github.com/npm/node-tar | ||
@@ -17,2 +17,3 @@ // Definitions by: Maxime LUCE <https://github.com/SomaticIT> | ||
mode?: number; | ||
noProprietary?: boolean; | ||
uid?: number; | ||
@@ -19,0 +20,0 @@ gid?: number; |
{ | ||
"name": "@types/tar", | ||
"version": "1.0.28", | ||
"description": "TypeScript definitions for tar v1.0.1", | ||
"version": "1.0.29", | ||
"description": "TypeScript definitions for tar", | ||
"license": "MIT", | ||
@@ -16,4 +16,5 @@ "author": "Maxime LUCE <https://github.com/SomaticIT>", | ||
}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "f48ffeeccc3c3fad3867d277f2053739c2274b55dbe3bfdca52ed69c5fb1535f" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "2d5b7ff73d64ddc8ffb5bed5daa75ab8ca76f1337a413abfb72eaf5d44e07816", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -5,12 +5,10 @@ # Installation | ||
# Summary | ||
This package contains type definitions for tar v1.0.1 (https://github.com/npm/node-tar). | ||
This package contains type definitions for tar (https://github.com/npm/node-tar). | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/types-2.0/tar | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/tar | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* File structure: ProperModule | ||
* Library Dependencies: node | ||
* Module Dependencies: stream | ||
* Last updated: Tue, 10 Jan 2017 20:55:39 GMT | ||
* Dependencies: stream, node | ||
* Global values: none | ||
@@ -17,0 +15,0 @@ |
{ | ||
"authors": "Maxime LUCE <https://github.com/SomaticIT>", | ||
"definitionFilename": "index.d.ts", | ||
"libraryDependencies": [ | ||
"node" | ||
], | ||
"moduleDependencies": [ | ||
"stream" | ||
], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "0", | ||
"libraryName": "tar v1.0.1", | ||
"typingsPackageName": "tar", | ||
"projectName": "https://github.com/npm/node-tar", | ||
"name": "tar", | ||
"libraryName": "tar", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"sourceBranch": "types-2.0", | ||
"kind": "ProperModule", | ||
"globals": [], | ||
"declaredModules": [ | ||
"tar" | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "f48ffeeccc3c3fad3867d277f2053739c2274b55dbe3bfdca52ed69c5fb1535f" | ||
"data": { | ||
"authors": "Maxime LUCE <https://github.com/SomaticIT>", | ||
"dependencies": { | ||
"stream": "*", | ||
"node": "*" | ||
}, | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 0, | ||
"typeScriptVersion": "2.0", | ||
"libraryName": "tar", | ||
"typingsPackageName": "tar", | ||
"projectName": "https://github.com/npm/node-tar", | ||
"sourceRepoURL": "https://www.github.com/DefinitelyTyped/DefinitelyTyped", | ||
"globals": [], | ||
"declaredModules": [ | ||
"tar/." | ||
], | ||
"files": [ | ||
"index.d.ts" | ||
], | ||
"hasPackageJson": false, | ||
"contentHash": "2d5b7ff73d64ddc8ffb5bed5daa75ab8ca76f1337a413abfb72eaf5d44e07816" | ||
}, | ||
"isLatest": true | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7485
230
0
17