Comparing version 2.4.0 to 2.4.1
@@ -208,3 +208,3 @@ #! /usr/bin/env node | ||
The results show the comparision of contract A to B. | ||
The results show the comparison of contracts A to B. | ||
The ${clc.green('green')} sections are additions to contract B that are not in contract A. | ||
@@ -215,3 +215,3 @@ The ${clc.red('red')} sections are removals from contract A that are not in contract B. | ||
.argument('<addressB>', 'Contract address in hexadecimal format with a 0x prefix.') | ||
.addOption(new commander_1.Option('-l, --lineBuffer <value>', 'Minimum number a lines before and after changes').default('4')) | ||
.addOption(new commander_1.Option('-l, --lineBuffer <value>', 'Minimum number of lines before and after changes').default('4')) | ||
.option('-s, --saveFiles', 'Save the flattened contract code to the filesystem. The file names will be the contract address with a .sol extension.', false) | ||
@@ -218,0 +218,0 @@ .action(async (addressA, addressB, options, command) => { |
{ | ||
"name": "sol2uml", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Solidity contract visualisation tool.", | ||
@@ -24,3 +24,3 @@ "main": "./lib/index.js", | ||
"@solidity-parser/parser": "^0.14.5", | ||
"axios": "^1.2.1", | ||
"axios": "^1.1.3", | ||
"axios-debug-log": "^1.0.0", | ||
@@ -27,0 +27,0 @@ "cli-color": "^2.0.3", |
@@ -163,3 +163,3 @@ # Solidity 2 UML | ||
The results show the comparision of contract A to B. | ||
The results show the comparison of contracts A to B. | ||
The green sections are additions to contract B that are not in contract A. | ||
@@ -176,3 +176,3 @@ The red sections are removals from contract A that are not in contract B. | ||
Options: | ||
-l, --lineBuffer <value> Minimum number a lines before and after changes (default: "4") | ||
-l, --lineBuffer <value> Minimum number of lines before and after changes (default: "4") | ||
-s, --saveFiles Save the flattened contract code to the filesystem. The file names will be the contract address with a .sol extension. (default: false) | ||
@@ -179,0 +179,0 @@ -h, --help display help for command |
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
178939
Updatedaxios@^1.1.3