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.3.5 to 0.3.6

4

lib/util/index.js

@@ -14,3 +14,3 @@ /**

var loDefaults = require('lodash.defaults');
var _ = require('lodash');

@@ -51,3 +51,3 @@ var util = module.exports = {};

return loDefaults.apply(null, args);
return _.defaults.apply(_, args);
};

@@ -54,0 +54,0 @@

{
"name": "zip-stream",
"version": "0.3.5",
"version": "0.3.6",
"description": "a streaming zip archive generator.",

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

"deflate-crc32-stream": "~0.1.0",
"lodash.defaults": "~2.4.1",
"lodash": "~2.4.1",
"readable-stream": "~1.0.26"

@@ -42,0 +42,0 @@ },

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

# zip-stream v0.3.5 [![Build Status](https://travis-ci.org/ctalkington/node-zip-stream.svg?branch=master)](https://travis-ci.org/ctalkington/node-zip-stream)
# zip-stream v0.3.6 [![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. It was built to be a successor to [zipstream](https://npmjs.org/package/zipstream). Dependencies are kept to a minimum through the use of many of node's built-in modules including the use of zlib module for compression.

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