Socket
Socket
Sign inDemoInstall

bin2hex

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

bin2hex.js

@@ -0,3 +1,4 @@

#!/usr/bin/env node
// Convert whatever is fed into stdin to hex.
process.stdin.setEncoding('hex')
process.stdin.pipe(process.stdout)

2

package.json
{
"name": "bin2hex",
"version": "1.0.0",
"version": "1.0.1",
"description": "CLI utility to hexidecimal encode input",

@@ -5,0 +5,0 @@ "bin": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc