Socket
Socket
Sign inDemoInstall

zip-stream

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip-stream - npm Package Compare versions

Comparing version 2.1.3 to 3.0.0

5

CHANGELOG.md
## Changelog
**3.0.0** - <small>April 14, 2020</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.3...3.0.0)
- breaking: slowly catch up with node LTS, remove support for versions under 8.
- update multiple deps.
**2.1.3** — <small> January 8, 2020 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.3)

@@ -4,0 +9,0 @@

14

package.json
{
"name": "zip-stream",
"version": "2.1.3",
"version": "3.0.0",
"description": "a streaming zip archive generator.",

@@ -23,3 +23,3 @@ "homepage": "https://github.com/archiverjs/node-zip-stream",

"engines": {
"node": ">= 6"
"node": ">= 8"
},

@@ -33,3 +33,3 @@ "scripts": {

"compress-commons": "^2.1.1",
"readable-stream": "^3.4.0"
"readable-stream": "^3.6.0"
},

@@ -39,7 +39,7 @@ "devDependencies": {

"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"jsdoc": "^3.6.4",
"minami": "^1.1.0",
"mkdirp": "^0.5.0",
"mocha": "^6.2.0",
"rimraf": "^2.6.3"
"mkdirp": "^0.5.5",
"mocha": "^6.2.3",
"rimraf": "^2.7.1"
},

@@ -46,0 +46,0 @@ "keywords": [

@@ -1,2 +0,2 @@

# ZipStream [![Build Status](https://travis-ci.org/archiverjs/node-zip-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-zip-stream) [![Build status](https://ci.appveyor.com/api/projects/status/2sraarbaadwbtti2/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-zip-stream/branch/master)
# ZipStream

@@ -3,0 +3,0 @@ zip-stream is a streaming zip archive generator based on the `ZipArchiveOutputStream` prototype found in the [compress-commons](https://www.npmjs.org/package/compress-commons) project.

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