Comparing version 1.4.3 to 1.4.4
@@ -14,5 +14,7 @@ #!/usr/bin/env node | ||
boolean: { | ||
chunked: true | ||
chunked: true, | ||
colored: true | ||
}, | ||
alias: { | ||
C: 'colored', | ||
c: 'cols', | ||
@@ -25,3 +27,4 @@ g: 'group' | ||
cols: parseInt(args.cols, 10), | ||
group: parseInt(args.group, 10) | ||
group: parseInt(args.group, 10), | ||
colored: args.colored | ||
}; | ||
@@ -28,0 +31,0 @@ |
{ | ||
"name": "hexer", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"description": "Hex Dumper (streaming, sync, and cli)", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
32560
753