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.4.1 to 0.5.0

8

package.json
{
"name": "zip-stream",
"version": "0.4.1",
"version": "0.5.0",
"description": "a streaming zip archive generator.",

@@ -35,3 +35,3 @@ "homepage": "https://github.com/ctalkington/node-zip-stream",

"dependencies": {
"compress-commons": "~0.1.0",
"compress-commons": "~0.2.0",
"lodash": "~2.4.1",

@@ -41,4 +41,4 @@ "readable-stream": "~1.0.26"

"devDependencies": {
"chai": "~1.9.1",
"mocha": "~1.18.2",
"chai": "~1.10.0",
"mocha": "~2.0.1",
"rimraf": "~2.2.8",

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

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

# zip-stream v0.4.1 [![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.0 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)

@@ -3,0 +3,0 @@ 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.

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