Socket
Socket
Sign inDemoInstall

compress-commons

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compress-commons - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

12

CHANGELOG.md
## Changelog
**3.0.0** - <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.1...3.0.0)
**4.0.0** — <small>_July 18, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/3.0.0...4.0.0)
* Bump mocha from 5.2.0 to 8.0.1 (#36) @dependabot
* Bump readable-stream from 2.3.7 to 3.6.0 (#39) @dependabot
* Bump actions/setup-node from v1 to v2.1.0 (#41) @dependabot
* Bump rimraf from 2.7.1 to 3.0.2 (#38) @dependabot
* Bump mkdirp from 0.5.5 to 1.0.4 (#37) @dependabot
* Bump actions/checkout from v1 to v2.3.1 (#40) @dependabot
* remove support for node < 10 (#42) @ctalkington
**3.0.0** — <small>_April 14, 2020_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.1...3.0.0)
- breaking: slowly catch up with node LTS, remove support for versions under 8.

@@ -6,0 +16,0 @@ - update multiple deps.

12

package.json
{
"name": "compress-commons",
"version": "3.0.0",
"version": "4.0.0",
"description": "a library that defines a common interface for working with archive formats within node",

@@ -23,3 +23,3 @@ "homepage": "https://github.com/archiverjs/node-compress-commons",

"engines": {
"node": ">= 8"
"node": ">= 10"
},

@@ -33,9 +33,9 @@ "scripts": {

"normalize-path": "^3.0.0",
"readable-stream": "^2.3.7"
"readable-stream": "^3.6.0"
},
"devDependencies": {
"chai": "^4.0.0",
"mkdirp": "^0.5.5",
"mocha": "^5.0.0",
"rimraf": "^2.7.1"
"mkdirp": "^1.0.4",
"mocha": "^8.0.1",
"rimraf": "^3.0.2"
},

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

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