Socket
Socket
Sign inDemoInstall

archiver

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

archiver - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

5

lib/modules/core/index.js

@@ -17,3 +17,4 @@ /**

options = this.options = util.defaults(options, {
highWaterMark: 512 * 1024
highWaterMark: 512 * 1024,
catchEarly: true
});

@@ -133,3 +134,3 @@

if (!this.catchEarlyExitAttached) {
if (this.options.catchEarly && !this.catchEarlyExitAttached) {
this._catchEarlyExit();

@@ -136,0 +137,0 @@ }

4

package.json
{
"name": "archiver",
"version": "0.5.1",
"version": "0.5.2",
"description": "Creates Archives (ZIP) via Node Streams.",

@@ -32,3 +32,3 @@ "homepage": "https://github.com/ctalkington/node-archiver",

"dependencies": {
"readable-stream": "~1.1.9",
"readable-stream": "~1.0.24",
"zip-stream": "~0.1.0",

@@ -35,0 +35,0 @@ "lazystream": "~0.1.0",

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

# Archiver v0.5.1 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.5.2 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)

@@ -3,0 +3,0 @@ Creates Archives (Zip, Tar) via Node Streams.

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