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

lisk-commander

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lisk-commander - npm Package Compare versions

Comparing version 1.0.0-beta.4 to 1.0.0-rc.0

dist/commands/show_account.js

3

default_config.json
{
"name": "Lisk Commander",
"version": "1.0.0",
"delimiter": "lisk",
"json": false,
"json": true,
"api": {

@@ -7,0 +6,0 @@ "nodes": [],

@@ -53,3 +53,3 @@ 'use strict';

var getKeyValueObject = function getKeyValueObject(object) {
if ((typeof object === 'undefined' ? 'undefined' : _typeof(object)) !== 'object') {
if (!object || (typeof object === 'undefined' ? 'undefined' : _typeof(object)) !== 'object') {
return object;

@@ -56,0 +56,0 @@ }

{
"name": "lisk-commander",
"version": "1.0.0-beta.4",
"version": "1.0.0-rc.0",
"description": "A command line interface for Lisk",

@@ -5,0 +5,0 @@ "author":

@@ -81,3 +81,3 @@ # Lisk Commander

Running v0.3.0.
Running v1.0.0.
Type `help` to get started.

@@ -117,6 +117,10 @@

| Command | Description |
| ---------------------------------------- | --------------------------------------------------------- |
| <code>set json true&#124;false</code> | Sets default to JSON output (true) or text output (false) |
| <code>set testnet true&#124;false</code> | Set default to testnet (true) or mainnet (false) |
| Command | Description |
| -------------------------------------------------------------------------- | ----------------------------------------------------------- |
| <code>set name lisk</code> | Sets name to be displayed. |
| <code>set delimiter lisk</code> | Sets delimiter in interactive mode. |
| <code>set json true&#124;false</code> | Sets default to JSON output (true) or text output (false). |
| <code>set pretty true&#124;false</code> | Sets default to formatted output when JSON output is used. |
| <code>set api.network main&#124;test&#124;beta</code> | Sets API target to the specified network. |
| <code>set api.nodes http://localhost:4000 http://192.168.178.1:4001</code> | Override api.network and set specific nodes communicate to. |

@@ -123,0 +127,0 @@ ## Documentation

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