node-stream-zip
Advanced tools
Comparing version 1.11.1 to 1.11.2
@@ -137,5 +137,5 @@ /// <reference types="node" /> | ||
entry(name: string): ZipEntry | ||
entry(name: string): ZipEntry | undefined | ||
entries(): ZipEntry[] | ||
entries(): { [name: string]: ZipEntry } | ||
@@ -142,0 +142,0 @@ stream(entry: string, callback: (err: any | null, stream?: NodeJS.ReadableStream) => void): void |
{ | ||
"name": "node-stream-zip", | ||
"version": "1.11.1", | ||
"version": "1.11.2", | ||
"description": "node.js library for reading and extraction of ZIP archives", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
46658