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

hawkinit

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hawkinit - npm Package Compare versions

Comparing version 1.3.3 to 1.3.4

12

lib/wizzard.js

@@ -15,4 +15,4 @@ 'use strict';

const HAWKFLY_VERSIONS = ['latest', '0.24.2', '0.24.1', '0.24.0', '0.22.0'];
const HAWKULAR_VERSIONS = ['latest', '0.30.0.Final', '0.22.0.Final', '0.21.0.Final'];
const HAWKFLY_VERSIONS = ['latest', '0.24.2', '0.24.1'];
const HAWKULAR_VERSIONS = ['latest', '0.31.0.Final', '0.30.0.Final', '0.22.0.Final'];
const CASSANDRA_VERSIONS = ['latest', '3.9', '3.7', '3.5', '3.4', '3.3', '3.2', '3.2.1', '3.1', '3.0.9', '3.0', '2.2',

@@ -80,3 +80,3 @@ '2.1'];

}
console.log(chalk.green('\nYou can find your hawkular-services listening on ') +
console.log(chalk.green('\nLater, you can find your hawkular-services listening on ') +
chalk.green.bold('http://localhost:8080'));

@@ -125,3 +125,3 @@ dc.up(directory);

message: 'What version of hawkular services do you want to run?',
default: '0.30.0.Final',
default: 'latest',
choices: HAWKULAR_VERSIONS

@@ -155,3 +155,3 @@ },

message: 'What version of standalone WF (hawkfly) do you want to run?',
default: '0.24.1',
default: 'latest',
choices: HAWKFLY_VERSIONS,

@@ -173,3 +173,3 @@ when: answers => answers.wfType === 'Standalone'

message: 'What version of domain WF (hawkfly-domain) do you want to run?',
default: '0.24.1',
default: 'latest',
choices: HAWKFLY_VERSIONS,

@@ -176,0 +176,0 @@ when: answers => answers.wfType === 'Domain'

{
"name": "hawkinit",
"version": "1.3.3",
"version": "1.3.4",
"description": "This CLI tool sets up the Hawkular Services together with couple of servers to monitor.",

@@ -5,0 +5,0 @@ "main": "index.js",

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