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 2.1.1 to 3.0.0

5

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)
- breaking: slowly catch up with node LTS, remove support for versions under 8.
- update multiple deps.
**2.1.1** — <small>_August 2, 2019_</small> — [Diff](https://github.com/archiverjs/node-compress-commons/compare/2.1.0...2.1.1)

@@ -4,0 +9,0 @@

0

lib/archivers/archive-entry.js

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

10

package.json
{
"name": "compress-commons",
"version": "2.1.1",
"version": "3.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": ">= 6"
"node": ">= 8"
},

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

"normalize-path": "^3.0.0",
"readable-stream": "^2.3.6"
"readable-stream": "^2.3.7"
},
"devDependencies": {
"chai": "^4.0.0",
"mkdirp": "^0.5.5",
"mocha": "^5.0.0",
"rimraf": "^2.4.3",
"mkdirp": "^0.5.0"
"rimraf": "^2.7.1"
},

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

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

# Compress Commons [![Build Status](https://travis-ci.org/archiverjs/node-compress-commons.svg?branch=master)](https://travis-ci.org/archiverjs/node-compress-commons) [![Build status](https://ci.appveyor.com/api/projects/status/fx3066dufdpar0it/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-compress-commons/branch/master)
# Compress Commons

@@ -3,0 +3,0 @@ Compress Commons is a library that defines a common interface for working with archive formats within node.

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