express-zip
Advanced tools
Comparing version 2.0.2 to 3.0.0
@@ -25,3 +25,3 @@ /*! | ||
/** | ||
* Respond with a ZIP attachment containting `files`, with an optional | ||
* Respond with a ZIP attachment containing `files`, with an optional | ||
* "save as" `filename` (default is attachment.zip), and then call `cb` | ||
@@ -28,0 +28,0 @@ * when finished. |
{ | ||
"name": "express-zip", | ||
"description": "stream multiple files to the browser as a single zip, in pure node.", | ||
"version": "2.0.2", | ||
"version": "3.0.0", | ||
"author": { | ||
@@ -24,9 +24,9 @@ "name": "Craig McDonald (thrackle)", | ||
"async": "0.9.2", | ||
"zip-stream": "0.5.2" | ||
"zip-stream": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
"mocha": "2.1.0", | ||
"chai": "1.10.0", | ||
"superagent": "0.21.0", | ||
"express": "2" | ||
"express": "2", | ||
"mocha": "^6.2.2", | ||
"superagent": "^5.1.3" | ||
}, | ||
@@ -33,0 +33,0 @@ "keywords": [ |
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
9
7381
+ Addedarchiver-utils@2.1.0(transitive)
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbase64-js@1.5.1(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedbuffer@5.7.1(transitive)
+ Addedcompress-commons@2.1.1(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedcrc@3.8.0(transitive)
+ Addedcrc32-stream@3.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedieee754@1.2.1(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedisarray@1.0.0(transitive)
+ Addedlazystream@1.0.1(transitive)
+ Addedlodash.defaults@4.2.0(transitive)
+ Addedlodash.difference@4.5.0(transitive)
+ Addedlodash.flatten@4.4.0(transitive)
+ Addedlodash.isplainobject@4.0.6(transitive)
+ Addedlodash.union@4.6.0(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addednormalize-path@3.0.0(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedprocess-nextick-args@2.0.1(transitive)
+ Addedreadable-stream@2.3.83.6.2(transitive)
+ Addedsafe-buffer@5.1.2(transitive)
+ Addedstring_decoder@1.1.1(transitive)
+ Addedutil-deprecate@1.0.2(transitive)
+ Addedwrappy@1.0.2(transitive)
+ Addedzip-stream@2.1.3(transitive)
- Removedcompress-commons@0.2.9(transitive)
- Removedcrc32-stream@0.3.4(transitive)
- Removedisarray@0.0.1(transitive)
- Removedlodash@3.2.0(transitive)
- Removednode-int64@0.3.3(transitive)
- Removedreadable-stream@1.0.34(transitive)
- Removedstring_decoder@0.10.31(transitive)
- Removedzip-stream@0.5.2(transitive)
Updatedzip-stream@^2.1.2