Socket
Socket
Sign inDemoInstall

archiver

Package Overview
Dependencies
8
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.21.0 to 1.0.0

CHANGELOG.md

4

lib/core.js

@@ -704,5 +704,5 @@ /**

/**
* Appends multiple files that match a [glob pattern]{@link https://github.com/isaacs/node-glob#glob-primer}.
* Appends multiple files that match a glob pattern.
*
* @param {String} pattern The glob pattern to match.
* @param {String} pattern The [glob pattern]{@link https://github.com/isaacs/node-glob#glob-primer} to match.
* @param {Object} options See [node-glob]{@link https://github.com/isaacs/node-glob#options}.

@@ -709,0 +709,0 @@ * @param {EntryData} data See also [ZipEntryData]{@link ZipEntryData} and

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

* for reduction of fs stat calls when stat data is already known.
* @property {Boolean} [store=ZipOptions.store] Sets the compression method to STORE.
*/
{
"name": "archiver",
"version": "0.21.0",
"version": "1.0.0",
"description": "a streaming interface for archive generation",

@@ -28,25 +28,25 @@ "homepage": "https://github.com/archiverjs/node-archiver",

"test": "mocha --reporter dot",
"gendocs": "jsdoc -c jsdoc.json readme.md",
"jsdoc": "jsdoc -c jsdoc.json README.md",
"bench": "node benchmark/simple/pack-zip.js"
},
"dependencies": {
"archiver-utils": "~0.3.0",
"async": "~1.5.0",
"buffer-crc32": "~0.2.1",
"glob": "~6.0.0",
"lodash": "~3.10.0",
"readable-stream": "~2.0.0",
"tar-stream": "~1.3.1",
"zip-stream": "~0.8.0"
"archiver-utils": "^1.0.0",
"async": "^1.5.0",
"buffer-crc32": "^0.2.1",
"glob": "^7.0.0",
"lodash": "^4.8.0",
"readable-stream": "^2.0.0",
"tar-stream": "^1.5.0",
"zip-stream": "^1.0.0"
},
"devDependencies": {
"archiver-jsdoc-theme": "^1.0.0",
"jsdoc": "~3.4.0",
"chai": "~3.4.0",
"mocha": "~2.3.3",
"rimraf": "~2.4.2",
"mkdirp": "~0.5.0",
"minami": "~1.1.0",
"stream-bench": "~0.1.2",
"tar": "~2.2.1",
"yauzl": "~2.3.1"
"chai": "^3.4.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.2",
"mkdirp": "^0.5.0",
"stream-bench": "^0.1.2",
"tar": "^2.2.1",
"yauzl": "^2.3.1"
},

@@ -53,0 +53,0 @@ "keywords": [

@@ -1,5 +0,9 @@

# Archiver v0.21.0 [![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)
# Archiver v1.0.0
[![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
Visit the [API documentation](http://archiverjs.com/docs) for a list of all methods available.
## Install

@@ -18,8 +22,4 @@

## API
## Formats
Visit the [API documentation](http://archiverjs.com/docs) for a list of all methods available.
## Custom Formats
Archiver ships with out of the box support for TAR and ZIP archives.

@@ -29,16 +29,2 @@

_Formats will be changing in the next few releases to implement a middleware approach._
## Libraries
Archiver makes use of several libraries/modules to avoid duplication of efforts.
- [zip-stream](https://npmjs.org/package/zip-stream)
- [tar-stream](https://npmjs.org/package/tar-stream)
## Things of Interest
- [Examples](https://github.com/archiverjs/node-archiver/blob/master/examples)
- [Changelog](https://github.com/archiverjs/node-archiver/releases)
- [Contributing](https://github.com/archiverjs/node-archiver/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT)
_Formats will be changing in the next few releases to implement a middleware approach._
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc