Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

express-zip

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-zip - npm Package Compare versions

Comparing version 2.0.2 to 3.0.0

.nvmrc

2

lib/express-zip.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc