
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
Topobuf is a compact binary encoding for topographic data.
Topobuf provides lossless1 compression of TopoJSON data into protocol buffers. Advantages over using JSON-based formats alone:
JSON.stringify / JSON.parse| normal | gzipped | |
|---|---|---|
| pa-census-blocks.json | 280 MB | 44 MB |
| pa-census-blocks.pbf | 114 MB | 35 MB |
| us-zips.json | 15.02 MB | 3.19 MB |
| us-zips.pbf | 4.85 MB | 2.72 MB |
| idaho.json | 1.9 MB | 612 KB |
| idaho.pbf | 567 KB | 479 KB |
npm install topobuf
var buffer = topobuf.encode(topojson, new Pbf());
Given a TopoJSON object and a Pbf object to write to,
returns a Topobuf as a Buffer object in Node or UInt8Array object in browsers.
var topojson = topobuf.decode(new Pbf(data));
Given a Pbf object with topobuf data, return a TopoJSON object.
This library is based on geobuf by Mapbox, which provides similar functionality for GeoJSON
When using quantized TopoJSON - nearly lossless otherwise ↩
FAQs
Compact binary encoding for topojson data
We found that topobuf demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.