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.1 to 0.5.2

LICENSE

17

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

@@ -17,12 +17,6 @@ "homepage": "https://github.com/archiverjs/node-zip-stream",

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/archiverjs/node-zip-stream/blob/master/LICENSE-MIT"
}
],
"license": "MIT",
"main": "lib/zip-stream.js",
"files": [
"lib",
"LICENSE-MIT"
"lib"
],

@@ -51,3 +45,6 @@ "engines": {

"zip"
]
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}

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

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