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.14.2 to 0.14.3

2

lib/archiver.js

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var ArchiverCore = require('./core');

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -384,2 +384,7 @@ var fs = require('fs');

if (typeof dirpath !== 'string' || dirpath.length === 0) {
this.emit('error', new Error('directory: dirpath must be a non-empty string value'));
return this;
}
this._pending++;

@@ -386,0 +391,0 @@

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var inherits = require('util').inherits;

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var zlib = require('zlib');

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var engine = require('zip-stream');

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var fs = require('fs');

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var fs = require('fs');

{
"name": "archiver",
"version": "0.14.2",
"version": "0.14.3",
"description": "a streaming interface for archive generation",
"homepage": "https://github.com/ctalkington/node-archiver",
"homepage": "https://github.com/archiverjs/node-archiver",
"author": {

@@ -12,6 +12,6 @@ "name": "Chris Talkington",

"type": "git",
"url": "https://github.com/ctalkington/node-archiver.git"
"url": "https://github.com/archiverjs/node-archiver.git"
},
"bugs": {
"url": "https://github.com/ctalkington/node-archiver/issues"
"url": "https://github.com/archiverjs/node-archiver/issues"
},

@@ -21,3 +21,3 @@ "licenses": [

"type": "MIT",
"url": "https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT"
"url": "https://github.com/archiverjs/node-archiver/blob/master/LICENSE-MIT"
}

@@ -43,3 +43,3 @@ ],

"lazystream": "~0.1.0",
"lodash": "~2.4.1",
"lodash": "~3.2.0",
"readable-stream": "~1.0.26",

@@ -50,3 +50,3 @@ "tar-stream": "~1.1.0",

"devDependencies": {
"chai": "~1.10.0",
"chai": "~2.0.0",
"mocha": "~2.1.0",

@@ -57,3 +57,3 @@ "rimraf": "~2.2.8",

"tar": "~1.0.3",
"unzip2": "~0.2.0"
"yauzl": "~2.2.1"
},

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

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

# Archiver v0.14.2 [![Build Status](https://travis-ci.org/ctalkington/node-archiver.svg?branch=master)](https://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.14.3 [![Build Status](https://travis-ci.org/archiverjs/node-archiver.svg?branch=master)](https://travis-ci.org/archiverjs/node-archiver)

@@ -13,3 +13,3 @@ a streaming interface for archive generation

You can also use `npm install https://github.com/ctalkington/node-archiver/archive/master.tar.gz` to test upcoming versions.
You can also use `npm install https://github.com/archiverjs/node-archiver/archive/master.tar.gz` to test upcoming versions.

@@ -69,3 +69,3 @@ ## Archiver

For more detail on this feature, please see [BULK.md](https://github.com/ctalkington/node-archiver/blob/master/BULK.md).
For more detail on this feature, please see [BULK.md](https://github.com/archiverjs/node-archiver/blob/master/BULK.md).

@@ -214,6 +214,5 @@ #### directory(dirpath[, destpath, data])

- [Source Docs (coming soon)](https://docsrc.com/archiver/)
- [Examples](https://github.com/ctalkington/node-archiver/blob/master/examples)
- [Changelog](https://github.com/ctalkington/node-archiver/releases)
- [Contributing](https://github.com/ctalkington/node-archiver/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/ctalkington/node-archiver/blob/master/LICENSE-MIT)
- [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)
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc