apache / couchdb-fauxton

Fauxton is the new Web UI for CouchDB
https://github.com/apache/couchdb-fauxton
Apache License 2.0
378 stars 225 forks source link

Remove dependencies to pouchdb packages #1325

Closed Antonio-Maranhao closed 2 years ago

Antonio-Maranhao commented 2 years ago

Overview

Replace pouchdb-* packages with our own implementation to simplify the dependency tree. The motivation is that some of these packages haven't had new releases in years, which is a problem when a sub-dependency requires security fixes.

Testing recommendations

GitHub issue number

n/a

Related Pull Requests

n/a

Checklist