| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 3.20.0 source code.tar.gz | 2026-06-17 | 120.2 MB | |
| 3.20.0 source code.zip | 2026-06-17 | 122.7 MB | |
| README.md | 2026-06-17 | 528 Bytes | |
| Totals: 3 Items | 242.9 MB | 0 | |
All packages
- Add support for new resource-specific permissions. You can now start from a
*:reador*:writebase, then grant or deny access per resource (storage, comments, feeds) using new permission strings likestorage:noneorcomments:read.
@liveblocks/node
- Deprecate
session.FULL_ACCESSandsession.READ_ACCESSin favor of["*:write"]and["*:read"]respectively.
@liveblocks/client
- Deprecate
room.getStorageSnapshot()in favor ofroom.getStorageOrNull().