A Node.js reader that parses PostgreSQL binary numeric values and converts them into a string. Useful when you need to decode numeric fields from PostgreSQL binary format, intended for use with pg (node-postgres).
Project status
- The project appears to be in a maintenance or low-activity state. Versioned updates in the changelog are from 2019 (v1.0.2 on 2019-11-11), and while there was a GitHub activity push on 2025-12-18, no newer published update notes are included in the provided data.
- Apparent update cadence is very infrequent based on the tagged versions shown (roughly multi-year gap since the latest version update in 2019). The 2025-12-18 upstream push suggests some activity, but its purpose is not evidenced here.
AI summary generated
Recent updates
v1.0.2
This change set is a small patch release (v1.0.2) that updates the numeric parsing logic and expands the test suite. No publisher release notes were provided, but the changelog included a specific bug fix related to handling of negative zero for certain decimal scales.
v1.0.1
Release v1.0.1 updates the project metadata and test/CI setup, and makes a small implementation tweak in numeric parsing. No release notes were provided, so changes that affect consumers must be inferred directly from the diff.
Breakingv1.0.0
Release v1.0.0 is published, but no release notes were provided by the publisher. As a result, there is no documented information about new features, bug fixes, breaking changes, security updates, or migration steps.