a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

Select the types of activity you want to include in your feed.

varint v1.0.2

Mary 095d3fb6 4c35a21a

+1 -1
+1 -1
packages/utilities/varint/package.json
··· 1 1 { 2 2 "type": "module", 3 3 "name": "@atcute/varint", 4 - "version": "1.0.1", 4 + "version": "1.0.2", 5 5 "description": "protobuf-style LEB128 varint codec library", 6 6 "license": "MIT", 7 7 "repository": {