Parse PostgreSQL array column strings into JavaScript arrays. Current stable version is 3.0.4 (Node >=12). Released infrequently; latest version focused on ESM modernization. Key differentiator: minimal dependency, lightweight parser with optional transform function for type coercion. Alternative to manual parsing or using full pg driver within specific contexts.
No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
ESM-only since v3; named export. The default export was removed.
CommonJS require is available for Node <12 or legacy projects, but v3 encourages ESM.
TypeScript types are included; use type-only import for types.
No default export in v3.
Parse a PostgreSQL array string with a transform function to convert string values to numbers.
Breaking-change detection hasn't run for this library yet.
CVE tracking and dependency tree are planned for a later release.