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

hexer

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hexer - npm Package Compare versions

Comparing version 1.4.3 to 1.4.4

7

cli.js

@@ -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": [

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