@types/archiver
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for archiver 2.0 | ||
// Type definitions for archiver 2.1 | ||
// Project: https://github.com/archiverjs/node-archiver | ||
@@ -6,2 +6,3 @@ // Definitions by: Esri <https://github.com/archiverjs/node-archiver>, Dolan Miu <https://github.com/dolanmiu>, Crevil <https://github.com/crevil> | ||
import * as fs from 'fs'; | ||
import * as stream from 'stream'; | ||
@@ -22,3 +23,5 @@ import * as glob from 'glob'; | ||
prefix?: string; | ||
stats?: string; | ||
stats?: fs.Stats; | ||
date?: Date | string; | ||
mode?: number; | ||
} | ||
@@ -25,0 +28,0 @@ |
{ | ||
"name": "@types/archiver", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "TypeScript definitions for archiver", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "dde54db3b7b027add5b9af021dab5316e7e2bfc54cee63cffe5d53c9983ae02f", | ||
"typesPublisherContentHash": "e1cf3859cc11de0361321baded1ff625d63f7dd3792ea0812a8267dcb7828d22", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 11 Oct 2017 23:00:43 GMT | ||
* Dependencies: stream, glob, zlib | ||
* Last updated: Fri, 19 Jan 2018 22:53:49 GMT | ||
* Dependencies: fs, stream, glob, zlib | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
62
5306