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 3.1.1 to 4.0.0

6

CHANGELOG.md
## Changelog
**4.0.0** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.1...4.0.0)
- breaking: slowly catch up with node LTS, remove support for versions under 8.
- update multiple deps.
- fix for a hang with _statQueue (#388)
**3.1.1** - <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.1.0...3.1.1)

@@ -4,0 +10,0 @@

0

index.js

@@ -0,0 +0,0 @@ /**

@@ -56,2 +56,3 @@ /**

this._statQueue = async.queue(this._onStatQueueTask.bind(this), options.statConcurrency);
this._statQueue.drain = this._onQueueDrain.bind(this);

@@ -58,0 +59,0 @@ this._state = {

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

22

package.json
{
"name": "archiver",
"version": "3.1.1",
"version": "4.0.0",
"description": "a streaming interface for archive generation",

@@ -24,3 +24,3 @@ "homepage": "https://github.com/archiverjs/node-archiver",

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

@@ -36,6 +36,6 @@ "scripts": {

"buffer-crc32": "^0.2.1",
"glob": "^7.1.4",
"readable-stream": "^3.4.0",
"tar-stream": "^2.1.0",
"zip-stream": "^2.1.2"
"glob": "^7.1.6",
"readable-stream": "^3.6.0",
"tar-stream": "^2.1.2",
"zip-stream": "^2.1.3"
},

@@ -45,8 +45,8 @@ "devDependencies": {

"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"mkdirp": "^0.5.0",
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"jsdoc": "^3.6.4",
"mkdirp": "^1.0.4",
"mocha": "^6.2.3",
"rimraf": "^2.7.1",
"stream-bench": "^0.1.2",
"tar": "^4.4.10",
"tar": "^4.4.13",
"yauzl": "^2.9.0"

@@ -53,0 +53,0 @@ },

# Archiver
[![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver) [![Build status](https://ci.appveyor.com/api/projects/status/38kqu3yp159nodxe/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-archiver/branch/master)
a streaming interface for archive generation

@@ -94,2 +92,2 @@

_Formats will be changing in the next few releases to implement a middleware approach._
_Formats will be changing in the future to implement a middleware approach._

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