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.0.0 to 3.0.1

6

CHANGELOG.md
## Changelog
**3.0.1** - <small>_July 19, 2019_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/3.0.0...3.0.1)
- other: update dependencies
- docs: now deployed using netlify
**3.0.0** - <small>_August 22, 2018_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/2.1.1...3.0.0)

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

2

lib/plugins/zip.js

@@ -115,3 +115,3 @@ /**

* @external ZipStream
* @see {@link https://archiverjs.com/zip-stream/ZipStream.html}
* @see {@link https://www.archiverjs.com/zip-stream/ZipStream.html}
*/
{
"name": "archiver",
"version": "3.0.0",
"version": "3.0.1",
"description": "a streaming interface for archive generation",

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

"archiver-utils": "^2.0.0",
"async": "^2.0.0",
"async": "^2.6.3",
"buffer-crc32": "^0.2.1",
"glob": "^7.0.0",
"readable-stream": "^2.0.0",
"tar-stream": "^1.5.0",
"glob": "^7.1.4",
"readable-stream": "^3.4.0",
"tar-stream": "^2.1.0",
"zip-stream": "^2.0.1"
},
"devDependencies": {
"archiver-jsdoc-theme": "^1.0.0",
"jsdoc": "~3.4.0",
"chai": "^4.0.0",
"mocha": "^5.0.0",
"rimraf": "^2.6.0",
"archiver-jsdoc-theme": "^1.1.0",
"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"mkdirp": "^0.5.0",
"mocha": "^6.2.0",
"rimraf": "^2.6.3",
"stream-bench": "^0.1.2",
"tar": "^4.3.0",
"tar": "^4.4.10",
"yauzl": "^2.9.0"

@@ -51,0 +51,0 @@ },

@@ -7,3 +7,3 @@ # Archiver

Visit the [API documentation](http://archiverjs.com/docs) for a list of all methods available.
Visit the [API documentation](https://www.archiverjs.com/) for a list of all methods available.

@@ -10,0 +10,0 @@ ## Install

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