client-js icon indicating copy to clipboard operation
client-js copied to clipboard

dfuse JavaScript/TypeScript Client Library for dfuse API

Results 15 client-js issues
Sort by recently updated
recently updated
newest added

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.3 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. v0.8.4 Small patch release to fix a circular dependency...

dependencies

Brief: Trying to test my dfuse install, using `examples/check-balance.ts` with the following config (recommended [here](https://t.me/dfuseAPI/10082)): ``` export NETWORK=0.0.0.0:8080 // using real IP const client = createDfuseClient({ apiKey: "web_abcdef123456789", network: DFUSE_API_NETWORK,...

✨ This PR does not change the library usage in any way, it's strictly bug prevention. ✨ A PR from the team at Everipedia ## Replace all node-only packages with...

We're getting [prod errors in the Everipedia.org site](https://sentry.io/share/issue/9ef74433d1794ba2983e5e9def96bbf2/) for browsers which do not support the spread operator (`...`). After running this repo locally, it appears that `dfuse-client.umd.js` contains this syntax,...