Socket
Socket
Sign inDemoInstall

zip-local

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zip-local - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

4

CHANGELOG.md

@@ -0,1 +1,5 @@

# v0.3.2
Released 4/15/2016
* Used `graceful-fs` instead of native `fs` to avoid having **EMFILE** errors.
# v0.3.1

@@ -2,0 +6,0 @@ Released 4/12/2016

2

libs/ZipExport.js

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

var fs = require('fs');
var fs = require('graceful-fs');
var path = require('path');

@@ -3,0 +3,0 @@ var async = require('async');

@@ -0,0 +0,0 @@ /*****************************************************************************************

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

var fs = require('fs');
var fs = require('graceful-fs');
var path = require('path');

@@ -36,3 +36,3 @@ var JSZip = require('jszip');

if(err) {
deffered.reject(err);
deferred.reject(err);
return;

@@ -91,5 +91,5 @@ }

if (err)
deffered.reject(err);
deferred.reject(err);
else
// resolve the deffered and fullfil the promise
// resolve the deferred and fullfil the promise
deferred.resolve();

@@ -96,0 +96,0 @@ });

{
"name": "zip-local",
"version": "0.3.1",
"version": "0.3.2",
"description": "very simple zipping/uzipping of local files and directories in node.js",

@@ -29,3 +29,3 @@ "main": "main.js",

},
"bugs" : {
"bugs": {
"url": "https://github.com/Mostafa-Samir/zip-local/issues"

@@ -39,2 +39,3 @@ },

"async": "^1.4.2",
"graceful-fs": "^4.1.3",
"jszip": "^2.5.0",

@@ -41,0 +42,0 @@ "q": "^1.4.1"

@@ -0,0 +0,0 @@ # zip-local

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

@@ -0,0 +0,0 @@ var fs = require('fs');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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