Back to Explore

broofa/node-int64

GitHub
1 watchersOpen source

Last release:

Provides a Number-like class for representing 64-bit integers in JavaScript, addressing cases where native Number precision breaks beyond +/- 2^53. Useful for carrying and converting int64 values (for example, via octet and string representations) in applications that need to handle 64-bit integer data. The package is not actively maintained, and BigInt is noted as an eventual alternative.

Project status

  • The upstream project is marked as archived, with the last upstream push in 2019-06-06, and the most recent published package updates appearing from 2015 (v0.4.0), so it appears quiet or in maintenance mode rather than actively maintained as of 2026-08-12.
  • Update cadence is extremely low, with no visible updates between the last listed package update (2015-04-04, v0.4.0) and today, and no evidence of ongoing releases after 2019.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v0.4.0

    Release v0.4.0 contains no publisher release notes. The code changes focus on extending Int64's API with new comparison helpers and adding corresponding unit tests, plus a version bump in package.json.

    Features
  • v0.3.3

    Release v0.3.3 has no publisher release notes (none provided). The code diff shows additions to Int64 for working with raw bytes (Uint8Array input, buffer extraction, and copying), plus a fix affecting how negative values are computed when an offset is used.

    Features
  • v0.3.0

    Release v0.3.0 was published, but no release notes were provided by the publisher. As a result, there is no documented information about new features, bug fixes, security updates, or potential breaking changes.