Socket
Socket
Sign inDemoInstall

archiver

Package Overview
Dependencies
7
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 6.0.0 to 6.0.1

10

package.json
{
"name": "archiver",
"version": "6.0.0",
"version": "6.0.1",
"description": "a streaming interface for archive generation",

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

"dependencies": {
"archiver-utils": "^3.0.0",
"archiver-utils": "^4.0.1",
"async": "^3.2.4",

@@ -37,8 +37,8 @@ "buffer-crc32": "^0.2.1",

"readdir-glob": "^1.1.2",
"tar-stream": "^2.2.0",
"zip-stream": "^4.1.0"
"tar-stream": "^3.0.0",
"zip-stream": "^5.0.1"
},
"devDependencies": {
"archiver-jsdoc-theme": "1.1.3",
"chai": "4.3.7",
"chai": "4.3.8",
"jsdoc": "4.0.2",

@@ -45,0 +45,0 @@ "mkdirp": "3.0.1",

@@ -93,3 +93,1 @@ # Archiver

You can check if format already exists before to register a new one with `isRegisteredFormat`.
_Formats will be changing in the future 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