cli-eb-test
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -29,4 +29,2 @@ const fetch = require('node-fetch') | ||
Installer.prototype.install = function () { | ||
const verb = isUpdate ? 'updating' : 'installing' | ||
fetch(url, { | ||
@@ -37,3 +35,3 @@ compress: false | ||
const writer = fs.createWriteStream(this.targetTmp) | ||
const progress = new ProgressBar(`${verb} [:bar] :percent (ETA: :etas)`, { | ||
const progress = new ProgressBar('downloading [:bar] :percent (ETA: :etas)', { | ||
complete: '=', | ||
@@ -40,0 +38,0 @@ incomplete: ' ', |
{ | ||
"name": "cli-eb-test", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "A command-line tool for installation and customisation of the DADI platform", | ||
@@ -5,0 +5,0 @@ "bin": { |
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
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
2
45425518
146