vue-pouch icon indicating copy to clipboard operation
vue-pouch copied to clipboard

Concerned about the depedency "pouchdb-live-find"

Open yuminatwca opened this issue 6 years ago • 2 comments

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?

yuminatwca avatar Jan 09 '19 17:01 yuminatwca

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.

assemblethis avatar Jan 15 '19 18:01 assemblethis

It is. Pouchdb-find was merged into the PouchDB monorepo with v6.2.0 which is the dependency in the package.json here

assemblethis avatar Jan 15 '19 18:01 assemblethis