@types/archiver
Advanced tools
Comparing version 2.1.0 to 2.1.1
@@ -38,3 +38,3 @@ // Type definitions for archiver 2.1 | ||
glob(pattern: string, options?: glob.IOptions, data?: EntryData): this; | ||
finalize(): Promise<void>; | ||
finalize(): void; | ||
@@ -41,0 +41,0 @@ setFormat(format: string): this; |
{ | ||
"name": "@types/archiver", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "TypeScript definitions for archiver", | ||
@@ -31,4 +31,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "e1cf3859cc11de0361321baded1ff625d63f7dd3792ea0812a8267dcb7828d22", | ||
"typesPublisherContentHash": "5de8d6ba9583125753214d33ba08449e46b0542e51a0f6efae49a805876b60b2", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 19 Jan 2018 22:53:49 GMT | ||
* Last updated: Tue, 27 Mar 2018 18:51:52 GMT | ||
* Dependencies: fs, stream, glob, zlib | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
5297