zser is a security-oriented serialization format with novel authentication properties based on Merkleized data structures. The JavaScript/TypeScript implementation (version 0.0.1) targets ES2017+ and provides parsing and serialization APIs. It is currently in early development with no recent updates. The library ships TypeScript types and is designed for use cases requiring authenticated data serialization, such as credential and token handling.
npm install zserNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses a Uint8Array into an object and serializes an object back to Uint8Array, with hex encoding/decoding.
Use a transpiler like Babel with ES2017 preset, or upgrade your runtime.
Pin to a specific version and test thoroughly before upgrading.
Use default import unless you are sure your bundler handles both.
Change import { zser } from 'zser' to import zser from 'zser'.Switch to ES module imports: import zser from 'zser'.
Use Uint8Array directly instead of Buffer, or include a polyfill.
No dependency data recorded yet.