Socket
Book a DemoInstallSign in
Socket

@river-build/sdk

Package Overview
Dependencies
Maintainers
0
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@river-build/sdk

For more details, visit the following resources:

latest
npmnpm
Version
0.0.189
Version published
Maintainers
0
Created
Source

River-Build SDK

For more details, visit the following resources:

River documentation: https://docs.towns.com/introduction River Messaging with encryption: https://docs.towns.com/concepts/encryption River Encryption protocol: https://docs.towns.com/build/towns-encryption GitHub repository: git+https://github.com/river-build/river.git bugs: https://github.com/river-build/river/issues

Debugging Tips

Logging

Enabling logging for tests in the shell:

DEBUG=csb:* DEBUG_DEPTH=100 yarn test src/my.test.ts -t testCaseName

To enabling debug logging in the browser, set var in console:

localStorage.debug = 'csb:*'

Inspecting Network Traffic

Set this in console to switch encoding to JSON instead of binary:

localStorage.RIVER_DEBUG_TRANSPORT = 'true'

Now in Network tab of the browser dev tool requests and responses are more readable.

FAQs

Package last updated on 13 Mar 2025

Did you know?

Socket

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.

Install

Related posts