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 1.2.0 to 2.0.0

7

CHANGELOG.md
## Changelog
**2.0.0** — <small> August 22, 2018 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.2.0...2.0.0)
- breaking: follow node LTS, remove support for versions under 6.
- other: remove unused lodash dependence (#35)
**1.2.0** — <small> June 16, 2017 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/1.1.1...1.2.0)

@@ -18,2 +23,2 @@

[Release Archive](https://github.com/archiverjs/node-zip-stream/releases)
[Release Archive](https://github.com/archiverjs/node-zip-stream/releases)

4

index.js

@@ -131,3 +131,3 @@ /**

var entry = new ZipArchiveEntry(data.name);
entry.setTime(data.date);
entry.setTime(data.date, this.options.forceLocalTime);

@@ -181,2 +181,2 @@ if (data.store) {

* @see {@link https://github.com/archiverjs/node-compress-commons}
*/
*/
{
"name": "zip-stream",
"version": "1.2.0",
"version": "2.0.0",
"description": "a streaming zip archive generator.",

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

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

@@ -33,3 +33,2 @@ "scripts": {

"compress-commons": "^1.2.0",
"lodash": "^4.8.0",
"readable-stream": "^2.0.0"

@@ -42,3 +41,3 @@ },

"minami": "^1.1.0",
"mocha": "^3.2.0",
"mocha": "^5.2.0",
"rimraf": "^2.4.3",

@@ -56,2 +55,2 @@ "mkdirp": "^0.5.0"

}
}
}

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

# ZipStream v1.2.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)
# ZipStream [![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)

@@ -45,2 +45,2 @@ 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.

Concept inspired by Antoine van Wel's [zipstream](https://npmjs.org/package/zipstream) module, which is no longer being updated.
Concept inspired by Antoine van Wel's [zipstream](https://npmjs.org/package/zipstream) module, which is no longer being updated.
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