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 0.0.1 to 0.1.0

lib/archivers/archive-entry.js

7

lib/compress-commons.js

@@ -8,2 +8,7 @@ /**

*/
module.exports = {};
module.exports = {
ArchiveEntry: require('./archivers/archive-entry'),
ZipArchiveEntry: require('./archivers/zip/zip-archive-entry'),
ArchiveOutputStream: require('./archivers/archive-output-stream'),
ZipArchiveOutputStream: require('./archivers/zip/zip-archive-output-stream')
};

13

package.json
{
"name": "compress-commons",
"version": "0.0.1",
"version": "0.1.0",
"description": "a library that defines a common interface for working with archives within node",

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

"engines": {
"node": ">= 0.10.0"
"node": ">= 0.8.0"
},

@@ -35,6 +35,11 @@ "scripts": {

},
"dependencies": {},
"dependencies": {
"buffer-crc32": "~0.2.1",
"crc32-stream": "~0.2.0",
"deflate-crc32-stream": "~0.1.0",
"readable-stream": "~1.0.26"
},
"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.20.1",
"mocha": "~1.21.0",
"rimraf": "~2.2.8",

@@ -41,0 +46,0 @@ "mkdirp": "~0.5.0"

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

# Compress Commons v0.0.1 [![Build Status](https://travis-ci.org/ctalkington/node-compress-commons.svg?branch=master)](https://travis-ci.org/ctalkington/node-compress-commons)
# Compress Commons v0.1.0 [![Build Status](https://travis-ci.org/ctalkington/node-compress-commons.svg?branch=master)](https://travis-ci.org/ctalkington/node-compress-commons)

@@ -23,2 +23,4 @@ Compress Commons is a library that defines a common interface for working with archives within node.

Concept inspired by [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™.
Concept inspired by [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™.
Some logic derived from [Apache Commons Compress](http://commons.apache.org/proper/commons-compress/)™ and [OpenJDK 7](http://openjdk.java.net/).
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