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.4.7 to 0.4.8

8

package.json
{
"name": "archiver",
"version": "0.4.7",
"version": "0.4.8",
"description": "Creates Archives (ZIP) via Node Streams.",

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

"dependencies": {
"readable-stream": "~1.0.2"
"readable-stream": "~1.0.2",
"iconv-lite" : "~0.2.11"
},

@@ -40,4 +41,3 @@ "devDependencies": {

"mkdirp": "~0.3.5",
"stream-bench": "~0.1.2",
"iconv-lite" : "~0.2.11"
"stream-bench": "~0.1.2"
},

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

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

# Archiver v0.4.7 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)
# Archiver v0.4.8 [![Build Status](https://secure.travis-ci.org/ctalkington/node-archiver.png?branch=master)](http://travis-ci.org/ctalkington/node-archiver)

@@ -3,0 +3,0 @@ Creates Archives (Zip, Tar) via Node Streams. Depends on Node's built-in zlib module for compression available since version 0.6.3.

Sorry, the diff of this file is not supported yet

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