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 2.0.1 to 2.1.0

5

CHANGELOG.md
## Changelog
**2.1.0** — <small> July 19, 2019 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.0.1...2.1.0)
- test: now targeting node v12
- other: update dependencies.
**2.0.1** — <small> August 22, 2018 </small> — [Diff](https://github.com/archiverjs/node-zip-stream/compare/2.0.0...2.0.1)

@@ -4,0 +9,0 @@

2

index.js

@@ -154,3 +154,3 @@ /**

if (data.type === 'symlink' && typeof data.linkname === 'string') {
source = new Buffer(data.linkname);
source = Buffer.from(data.linkname);
}

@@ -157,0 +157,0 @@

{
"name": "zip-stream",
"version": "2.0.1",
"version": "2.1.0",
"description": "a streaming zip archive generator.",

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

"dependencies": {
"archiver-utils": "^2.0.0",
"compress-commons": "^1.2.0",
"readable-stream": "^2.0.0"
"archiver-utils": "^2.1.0",
"compress-commons": "^2.0.0",
"readable-stream": "^3.4.0"
},
"devDependencies": {
"archiver-jsdoc-theme": "^1.0.0",
"jsdoc": "~3.4.0",
"chai": "^4.0.0",
"archiver-jsdoc-theme": "^1.1.1",
"chai": "^4.2.0",
"jsdoc": "^3.6.3",
"minami": "^1.1.0",
"mocha": "^5.2.0",
"rimraf": "^2.4.3",
"mkdirp": "^0.5.0"
"mkdirp": "^0.5.0",
"mocha": "^6.2.0",
"rimraf": "^2.6.3"
},

@@ -44,0 +44,0 @@ "keywords": [

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