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.7.0 to 0.8.0

2

lib/zip-stream.js

@@ -13,3 +13,3 @@ /**

var util = require('./util');
var util = require('archiver-utils');

@@ -16,0 +16,0 @@ var ZipStream = module.exports = function(options) {

{
"name": "zip-stream",
"version": "0.7.0",
"version": "0.8.0",
"description": "a streaming zip archive generator.",

@@ -29,2 +29,3 @@ "homepage": "https://github.com/archiverjs/node-zip-stream",

"dependencies": {
"archiver-utils": "~0.3.0",
"compress-commons": "~0.4.0",

@@ -31,0 +32,0 @@ "lodash": "~3.10.1",

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

# zip-stream v0.7.0 [![Build Status](https://travis-ci.org/archiverjs/node-zip-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-zip-stream) [![Build status](https://ci.appveyor.com/api/projects/status/2sraarbaadwbtti2/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-zip-stream/branch/master)
# zip-stream v0.8.0 [![Build Status](https://travis-ci.org/archiverjs/node-zip-stream.svg?branch=master)](https://travis-ci.org/archiverjs/node-zip-stream) [![Build status](https://ci.appveyor.com/api/projects/status/2sraarbaadwbtti2/branch/master?svg=true)](https://ci.appveyor.com/project/ctalkington/node-zip-stream/branch/master)

@@ -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