Socket
Socket
Sign inDemoInstall

hexy

Package Overview
Dependencies
0
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.3.5

2

hexy.js

@@ -390,3 +390,3 @@ "use strict";

} else {
val = BigInt(val) * 256n + BigInt(((buffer.constructor == String ? buffer.codePointAt(i) : buffer[i]) & 0xff))
val = BigInt(val) * BigInt(256) + BigInt(((buffer.constructor == String ? buffer.codePointAt(i) : buffer[i]) & 0xff))
}

@@ -393,0 +393,0 @@ }

{
"name": "hexy",
"version": "0.3.4",
"version": "0.3.5",
"description": "hexdump, binary pretty-printing",

@@ -5,0 +5,0 @@ "author": "Tim Becker <tim.becker@kuriositaet.de>",

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