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 1.1.0 to 1.1.1

CHANGELOG.md

2

index.js

@@ -41,3 +41,3 @@ /**

if (options.zlib.level && options.zlib.level === 0) {
if (typeof options.zlib.level === 'number' && options.zlib.level === 0) {
options.store = true;

@@ -44,0 +44,0 @@ }

{
"name": "zip-stream",
"version": "1.1.0",
"version": "1.1.1",
"description": "a streaming zip archive generator.",

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

"test": "mocha --reporter dot",
"gendocs": "jsdoc -c jsdoc.json readme.md"
"jsdoc": "jsdoc -c jsdoc.json README.md"
},

@@ -37,6 +37,7 @@ "dependencies": {

"devDependencies": {
"archiver-jsdoc-theme": "^1.0.0",
"jsdoc": "~3.4.0",
"chai": "^3.4.0",
"jsdoc": "^3.4.0",
"minami": "^1.1.0",
"mocha": "^2.3.3",
"mocha": "^3.2.0",
"rimraf": "^2.4.3",

@@ -43,0 +44,0 @@ "mkdirp": "^0.5.0"

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

# zip-stream v1.1.0 [![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 v1.1.1 [![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)

@@ -43,10 +43,4 @@ 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.

## Things of Interest
- [Releases](https://github.com/archiverjs/node-zip-stream/releases)
- [Contributing](https://github.com/archiverjs/node-zip-stream/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE)
## Credits
Concept inspired by Antoine van Wel's [zipstream](https://npmjs.org/package/zipstream) module, which is no longer being updated.
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