node-stream-zip
Advanced tools
Comparing version 1.11.0 to 1.11.1
@@ -5,4 +5,2 @@ /// <reference types="node" /> | ||
import {Stream} from 'stream'; | ||
interface StreamZipOptions { | ||
@@ -144,3 +142,3 @@ /** | ||
stream(entry: string, callback: (err: any | null, stream?: Stream) => void): void | ||
stream(entry: string, callback: (err: any | null, stream?: NodeJS.ReadableStream) => void): void | ||
@@ -147,0 +145,0 @@ entryDataSync(entry: string): Buffer |
{ | ||
"name": "node-stream-zip", | ||
"version": "1.11.0", | ||
"version": "1.11.1", | ||
"description": "node.js library for reading and extraction of ZIP archives", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
46628
1061