cbor npm package downloads show a general upward trend from March 2024 to June 2025, peaking at over 6 million. Afterwards, downloads experienced a decline during July and August. September 2025 is not yet complete, showing only around 1 million downloads so far.
The cbor npm package has had sporadic releases since 2014. It started with frequent updates, especially in 2014 and 2016, then slowed significantly. There were bursts of releases in 2018, 2019, and 2021. After a quiet 2022 and early 2023, releases resumed with a few versions in late 2023 and 2024, and two versions in August 2025. So far, September 2025 has had no releases.
CBOR (Concise Binary Object Representation) is a binary data serialization format designed for efficiency and interoperability. It's great for the constrained node environment. This JavaScript implementation offers encoding and decoding functionalities based on RFC 8949. It's often favored over JSON due to its smaller message size and efficient parsing capabilities, making it suitable for IoT and other applications where bandwidth is a constraint and processing power is minimal. It also offers deterministic encoding.