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.11.0-alpha to 0.11.0

4

package.json
{
"name": "archiver",
"version": "0.11.0-alpha",
"version": "0.11.0",
"description": "a streaming interface for archive generation",

@@ -43,3 +43,3 @@ "homepage": "https://github.com/ctalkington/node-archiver",

"tar-stream": "~0.4.0",
"zip-stream": "~0.3.0"
"zip-stream": "~0.4.0"
},

@@ -46,0 +46,0 @@ "devDependencies": {

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

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

@@ -69,4 +69,6 @@ a streaming interface for archive generation

Finalizes the instance. You should listen for the `end`/`close`/`finish` of the destination stream to properly detect completion.
Finalizes the instance and prevents further appending to the archive structure (queue will continue til drained). The `end`, `close` or `finish` events on the destination stream may fire right after calling this method so you should set listeners beforehand to properly detect stream completion.
*You must call this method to get a valid archive and end the instance stream.*
#### pointer()

@@ -161,2 +163,3 @@

- [Source Docs (coming soon)](https://docsrc.com/archiver/)
- [Examples](https://github.com/ctalkington/node-archiver/blob/master/examples)

@@ -163,0 +166,0 @@ - [Changelog](https://github.com/ctalkington/node-archiver/releases)

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