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 1.0.0 to 1.0.1

10

CHANGELOG.md
## Changelog
**1.0.1** — <small>_July 27, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/1.0.0...1.0.1)
- minor doc fixes.
- dependencies upgraded.
**1.0.0** — <small>_April 5, 2016_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/0.21.0...1.0.0)
- version unification across many archiver packages.
- dependencies upgraded and now using semver caret (^).
**0.21.0** — <small>_December 21, 2015_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/0.20.0...0.21.0)

@@ -4,0 +14,0 @@

2

lib/core.js

@@ -535,3 +535,3 @@ /**

* @param {String} mappings[].dest Destination path prefix.
* @param {String} mappings[].expand Process a dynamic src-dest file mapping.
* @param {Boolean} mappings[].expand Process a dynamic src-dest file mapping.
* @param {String} mappings[].cwd All `src` matches are relative to (but don't include)

@@ -538,0 +538,0 @@ * this path. requires `expand`.

{
"name": "archiver",
"version": "1.0.0",
"version": "1.0.1",
"description": "a streaming interface for archive generation",

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

"archiver-utils": "^1.0.0",
"async": "^1.5.0",
"async": "^2.0.0",
"buffer-crc32": "^0.2.1",

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

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

# Archiver v1.0.0
# Archiver v1.0.1

@@ -3,0 +3,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)

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