orbit-db-types icon indicating copy to clipboard operation
orbit-db-types copied to clipboard

Unofficial orbit-db typings!

Results 9 orbit-db-types issues
Sort by recently updated
recently updated
newest added

Hi guys, can I pull an update about the missing arguments or props? I've been digging into orbitdb and reading the tutorial files and READMEs and I noticed they're not...

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. Changelog Sourced from minimist's changelog. v1.2.8 - 2023-02-09 Merged [Fix] Fix long option followed by single dash [#17](https://github.com/minimistjs/minimist/issues/17) [Tests] Remove duplicate test [#12](https://github.com/minimistjs/minimist/issues/12) [Fix]...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Is there a reason this package isn't published to npm? I only ask because I used pnpm and it has some issues with using git repos as packages.

While working on a reimplementation of the OrbitDB HTTP API, I came across the missing attribute for the identity. My guess is that the identity attribute was simply forgotten since...

### Problem The `ipfs-http-client` package is now shipped with types, and those types seem to conflict with the `IPFS` type we are using in this package. ### Steps to Reproduce...

hi! 👋 I encountered issue #29 and thought I would attempt to help. **Disclaimer**: - I don't consider myself a Node / JS or TS developer - I have no...

From @rigwild's comment in #24: > What you could do is to write a simple TypeScript program that makes use of tested types and check if it compiles successfully without...

The types for setting up an access controller https://github.com/orbitdb/orbit-db-types/blob/master/DBOptions.d.ts#L8-L21 don't allow passing in any custom options.