@types/archiver
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -93,3 +93,3 @@ // Type definitions for archiver 3.1 | ||
on(event: 'error' | 'warning', listener: (error: ArchiverError) => void): this; | ||
on(event: 'data', listener: (data: EntryData) => void): this; | ||
on(event: 'data', listener: (data: Buffer) => void): this; | ||
on(event: 'progress', listener: (progress: ProgressData) => void): this; | ||
@@ -96,0 +96,0 @@ on(event: 'close' | 'drain' | 'finish', listener: () => void): this; |
{ | ||
"name": "@types/archiver", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "TypeScript definitions for archiver", | ||
@@ -38,4 +38,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "76ffad7ad6b4121e08642387720c02328def6ba89284691d5385959debd8775d", | ||
"typeScriptVersion": "2.8" | ||
"typesPublisherContentHash": "cdb4c9c6c3c14d5775a7cdb4ee96ae1e16ac2f8e63f8d1a4ea383bb4720b3522", | ||
"typeScriptVersion": "3.2" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 25 Feb 2020 19:05:38 GMT | ||
* Last updated: Tue, 29 Sep 2020 06:00:38 GMT | ||
* Dependencies: [@types/glob](https://npmjs.com/package/@types/glob) | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
7481