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.17.0 to 2.18.0

8

lib/Installer.js

@@ -9,8 +9,8 @@ const exec = require('child_process').exec

const Installer = function ({cachePath, targetDirectory}) {
const Installer = function (options) {
this.baseUrl = 'http://raw.githubusercontent.com/eduardoboucas/cli/master/core/bin/'
this.cachePath = cachePath
this.targetDirectory = targetDirectory
this.cachePath = options.cachePath
this.targetDirectory = options.targetDirectory
this.binDirectory = path.join(targetDirectory, 'bin')
this.binDirectory = path.join(options.targetDirectory, 'bin')
this.target = path.join(this.binDirectory, 'dadi')

@@ -17,0 +17,0 @@ this.targetTmp = `${this.target}.partial`

@@ -10,4 +10,4 @@ 'use strict'

const UpdateCheck = function ({cachePath}) {
this.cachePath = cachePath
const UpdateCheck = function () {
this.cachePath = options.cachePath
this.queue = null

@@ -14,0 +14,0 @@ }

{
"name": "cli-eb-test",
"version": "2.17.0",
"version": "2.18.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