Comparing version 3.1.0 to 3.1.1
@@ -63,7 +63,7 @@ #!/usr/bin/env node | ||
packer.on('progress', function(percent) { | ||
packer.on('progress', (percent) => { | ||
process.stdout.write('\r' + percent + '%'); | ||
}); | ||
packer.on('end', function() { | ||
packer.on('end', () => { | ||
process.stdout.write('\n'); | ||
@@ -70,0 +70,0 @@ }); |
@@ -19,3 +19,2 @@ 'use strict'; | ||
const yauzl = require('yauzl'); | ||
const eachSeries = require('itchy'); | ||
@@ -22,0 +21,0 @@ const _stat = promisify(fs.stat); |
{ | ||
"name": "onezip", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "pack and extract .zip archives with emitter", | ||
@@ -23,7 +23,6 @@ "main": "lib/onezip.js", | ||
"glob": "^7.0.0", | ||
"itchy": "^1.0.0", | ||
"mkdirp": "^0.5.1", | ||
"pipe-io": "^3.0.0", | ||
"try-to-catch": "^1.0.2", | ||
"yargs-parser": "^10.0.0", | ||
"yargs-parser": "^11.0.0", | ||
"yauzl": "^2.6.0", | ||
@@ -30,0 +29,0 @@ "yazl": "^2.4.1" |
Sorry, the diff of this file is not supported yet
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
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
17945
8
332
+ Addedcamelcase@5.3.1(transitive)
+ Addeddecamelize@1.2.0(transitive)
+ Addedyargs-parser@11.1.1(transitive)
- Removeditchy@^1.0.0
- Removedcamelcase@4.1.0(transitive)
- Removeditchy@1.0.0(transitive)
- Removedyargs-parser@10.1.0(transitive)
Updatedyargs-parser@^11.0.0