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.2 to 2.1.3

4

CHANGELOG.md
## Changelog
**2.1.3** — <small> January 8, 2020 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.3)
- allow zip64 for no compression (#40)
**2.1.2** — <small> August 2, 2019 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.1.0...2.1.2)

@@ -4,0 +8,0 @@

2

index.js

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

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

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

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

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

@@ -0,0 +0,0 @@ # 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)

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