lisk-commander
Advanced tools
Comparing version 1.0.0-beta.4 to 1.0.0-rc.0
{ | ||
"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|false</code> | Sets default to JSON output (true) or text output (false) | | ||
| <code>set testnet true|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|false</code> | Sets default to JSON output (true) or text output (false). | | ||
| <code>set pretty true|false</code> | Sets default to formatted output when JSON output is used. | | ||
| <code>set api.network main|test|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 |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
434455
3533
208
3
53