Socket
Socket
Sign inDemoInstall

archiver

Package Overview
Dependencies
16
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.3.0 to 5.3.1

31

CHANGELOG.md
## Changelog
**5.3.1** - <small>_April 15, 2022_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.3.0...5.3.1)
Maintenance
- Test against node v16 @ctalkington (#545)
Dependency updates
- Bump mocha from 8.3.0 to 9.0.2 @dependabot (#526)
- Bump actions/setup-node from 2.1.5 to 2.2.0 @dependabot (#525)
- Bump jsdoc from 3.6.6 to 3.6.7 @dependabot (#516)
- Bump lodash from 4.17.19 to 4.17.21 @dependabot (#514)
- Bump chai from 4.3.3 to 4.3.4 @dependabot (#508)
- Bump actions/setup-node from 2.2.0 to 2.3.0 @dependabot (#528)
- Bump mocha from 9.0.2 to 9.1.0 @dependabot (#544)
- Bump async from 3.2.0 to 3.2.1 @dependabot (#538)
- Bump actions/checkout from 2.3.4 to 3.0.1 @dependabot (#586)
- Bump actions/setup-node from 2.3.0 to 3.1.1 @dependabot (#585)
- Bump jsdoc from 3.6.7 to 3.6.10 @dependabot (#566)
- Bump async from 3.2.1 to 3.2.3 @dependabot (#562)
- Bump mocha from 9.1.0 to 9.2.2 @dependabot (#580)
- Bump tar from 6.1.0 to 6.1.11 @dependabot (#546)
- Bump chai from 4.3.4 to 4.3.6 @dependabot (#568)
**5.3.0** - <small>_March 7, 2021_</small> — [Diff](https://github.com/archiverjs/node-archiver/compare/5.2.0...5.3.0)
## Maintenance
Maintenance

@@ -19,7 +44,7 @@ - Bump chai from 4.3.0 to 4.3.3 (#505)

## Features
Features
- Finalize should always return a promise (#480)
## Maintenance
Maintenance

@@ -26,0 +51,0 @@ - Fix finalize method jsdoc return type (#482)

8

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

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

"archiver-utils": "^2.1.0",
"async": "^3.2.0",
"async": "^3.2.3",
"buffer-crc32": "^0.2.1",

@@ -45,6 +45,6 @@ "readable-stream": "^3.6.0",

"mkdirp": "^1.0.4",
"mocha": "^8.0.1",
"mocha": "^9.0.2",
"rimraf": "^3.0.2",
"stream-bench": "^0.1.2",
"tar": "^6.1.0",
"tar": "^6.1.11",
"yauzl": "^2.9.0"

@@ -51,0 +51,0 @@ },

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