vue-pouch
vue-pouch copied to clipboard
Concerned about the depedency "pouchdb-live-find"
Hi,
I'd love to use your lib, but one of the dependencies is pouchdb-live-find. It hasn't been updated since 2017. I mean, it could be dead, buggy or incompatible.
Is there any plan to integrate it into your codebase so that it could be maintained, or just switch to a new depedency?
pouchdb-live-find has a dependency on pouchdb-find which has moved into the main pouchdb project: https://github.com/pouchdb/pouchdb/tree/master/packages/node_modules/pouchdb-find
It sounds like pouchdb-find has a future: "Eventually [pouchdb-find] will replace PouchDB's map/reduce API entirely. You'll still be able to use map/reduce, but it will be distributed as a separate plugin."
I'm wondering if pouchdb-live-find is using the latest pouchdb-find.
It is. Pouchdb-find was merged into the PouchDB monorepo with v6.2.0 which is the dependency in the package.json here