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 4.0.1 to 4.0.2

4

CHANGELOG.md
## Changelog
**4.0.2** - <small>_July 11, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/4.0.1...4.0.2)
- update to async@^3.2.0 (#420)
**4.0.1** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/4.0.0...4.0.1)

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

4

lib/core.js

@@ -53,6 +53,6 @@ /**

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

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

{
"name": "archiver",
"version": "4.0.1",
"version": "4.0.2",
"description": "a streaming interface for archive generation",

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

"archiver-utils": "^2.1.0",
"async": "^2.6.3",
"async": "^3.2.0",
"buffer-crc32": "^0.2.1",

@@ -36,0 +36,0 @@ "glob": "^7.1.6",

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