node-stream-zip
Advanced tools
Comparing version 1.9.2 to 1.10.0
/** | ||
* @license node-stream-zip | (c) 2015 Antelle | https://github.com/antelle/node-stream-zip/blob/master/LICENSE | ||
* @license node-stream-zip | (c) 2020 Antelle | https://github.com/antelle/node-stream-zip/blob/master/LICENSE | ||
* Portions copyright https://github.com/cthackers/adm-zip | https://raw.githubusercontent.com/cthackers/adm-zip/master/LICENSE | ||
@@ -4,0 +4,0 @@ */ |
{ | ||
"name": "node-stream-zip", | ||
"version": "1.9.2", | ||
"version": "1.10.0", | ||
"description": "node.js library for reading and extraction of ZIP archives", | ||
@@ -26,2 +26,3 @@ "keywords": [ | ||
"main": "node_stream_zip.js", | ||
"types": "node_stream_zip.d.ts", | ||
"repository": { | ||
@@ -28,0 +29,0 @@ "type": "git", |
43448