Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

cli-eb-test

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cli-eb-test - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

4

lib/Installer.js

@@ -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": {

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