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

uint64be

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

uint64be - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

3

index.js

@@ -22,5 +22,2 @@ var UINT_32_MAX = Math.pow(2, 32)

if (!buf) buf = new Buffer(4)
if (!offset) offset = 0
var top = buf.readUInt32BE(offset)

@@ -27,0 +24,0 @@ var rem = buf.readUInt32BE(offset + 4)

2

package.json
{
"name": "uint64be",
"version": "2.0.0",
"version": "2.0.1",
"description": "Encode / decode big endian unsigned 64 bit integers",

@@ -5,0 +5,0 @@ "main": "index.js",

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