Socket
Socket
Sign inDemoInstall

zip-stream

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip-stream - npm Package Compare versions

Comparing version 0.5.0 to 0.5.1

2

lib/util/index.js

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-zip-stream/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var fs = require('fs');

@@ -6,3 +6,3 @@ /**

* Licensed under the MIT license.
* https://github.com/ctalkington/node-zip-stream/blob/master/LICENSE-MIT
* https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE-MIT
*/

@@ -9,0 +9,0 @@ var inherits = require('util').inherits;

{
"name": "zip-stream",
"version": "0.5.0",
"version": "0.5.1",
"description": "a streaming zip archive generator.",
"homepage": "https://github.com/ctalkington/node-zip-stream",
"homepage": "https://github.com/archiverjs/node-zip-stream",
"author": {

@@ -12,6 +12,6 @@ "name": "Chris Talkington",

"type": "git",
"url": "https://github.com/ctalkington/node-zip-stream.git"
"url": "https://github.com/archiverjs/node-zip-stream.git"
},
"bugs": {
"url": "https://github.com/ctalkington/node-zip-stream/issues"
"url": "https://github.com/archiverjs/node-zip-stream/issues"
},

@@ -21,3 +21,3 @@ "licenses": [

"type": "MIT",
"url": "https://github.com/ctalkington/node-zip-stream/blob/master/LICENSE-MIT"
"url": "https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE-MIT"
}

@@ -38,8 +38,8 @@ ],

"compress-commons": "~0.2.0",
"lodash": "~2.4.1",
"lodash": "~3.2.0",
"readable-stream": "~1.0.26"
},
"devDependencies": {
"chai": "~1.10.0",
"mocha": "~2.0.1",
"chai": "~2.0.0",
"mocha": "~2.1.0",
"rimraf": "~2.2.8",

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

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

# zip-stream v0.5.0 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
# zip-stream v0.5.1 [![Build Status](https://travis-ci.org/archiverjs/node-zip-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-zip-stream)

@@ -15,3 +15,3 @@ zip-stream is a streaming zip archive generator based on the `ZipArchiveOutputStream` prototype found in the [compress-commons](https://www.npmjs.org/package/compress-commons) project.

You can also use `npm install https://github.com/ctalkington/node-zip-stream/archive/master.tar.gz` to test upcoming versions.
You can also use `npm install https://github.com/archiverjs/node-zip-stream/archive/master.tar.gz` to test upcoming versions.

@@ -100,5 +100,5 @@ ### Usage

- [Releases](https://github.com/ctalkington/node-zip-stream/releases)
- [Contributing](https://github.com/ctalkington/node-zip-stream/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/ctalkington/node-zip-stream/blob/master/LICENSE-MIT)
- [Releases](https://github.com/archiverjs/node-zip-stream/releases)
- [Contributing](https://github.com/archiverjs/node-zip-stream/blob/master/CONTRIBUTING.md)
- [MIT License](https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE-MIT)

@@ -105,0 +105,0 @@ ## Credits

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