Comparing version 0.1.2 to 0.1.3
@@ -1,4 +0,8 @@ | ||
var Zip = require('jszip'); | ||
var fs = require('fs'); | ||
var path = require('path'); | ||
// Use local version of JSZip, as the version in `npm` is a fork | ||
// and not up to date, and failing on v0.8, so this is an unfortunate | ||
// work around | ||
// from: https://github.com/Stuk/jszip | ||
var Zip = require('./jszip'); | ||
@@ -5,0 +9,0 @@ module.exports = function zipWrite (rootDir, saveTo, callback) { |
{ | ||
"name": "zip-dir", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Zips up directories into buffers or saves zipped files to disk", | ||
@@ -14,5 +14,2 @@ "main": "index.js", | ||
"author": "Jordan Santell", | ||
"dependencies": { | ||
"jszip": "*" | ||
}, | ||
"devDependencies": { | ||
@@ -19,0 +16,0 @@ "mocha": "*", |
@@ -1,2 +0,2 @@ | ||
var Zip = require('jszip'); | ||
var Zip = require('../jszip'); | ||
var unzip = require('unzip'); | ||
@@ -3,0 +3,0 @@ var zipDir = require('../index'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
140149
0
23
2301
0
1
90
4
1
- Removedjszip@*
- Removedcore-util-is@1.0.3(transitive)
- Removedimmediate@3.0.6(transitive)
- Removedinherits@2.0.4(transitive)
- Removedisarray@1.0.0(transitive)
- Removedjszip@3.10.1(transitive)
- Removedlie@3.3.0(transitive)
- Removedpako@1.0.11(transitive)
- Removedprocess-nextick-args@2.0.1(transitive)
- Removedreadable-stream@2.3.8(transitive)
- Removedsafe-buffer@5.1.2(transitive)
- Removedsetimmediate@1.0.5(transitive)
- Removedstring_decoder@1.1.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)