-
Notifications
You must be signed in to change notification settings - Fork 118
High vulnerability (#249) #260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
BTW you use here lots of deprecated packages... All this vulnerabilities has been added to my project after install
|
@piotr-placzek All of those security warnings seem to be coming from karma (and one from UPDATE The PR referenced hasn't actually made it onto NPM yet, solved the issue by installing directly from github. See #249 (comment) |
It is a year since the last message and the problem is not exactly solved - the corrections is still not in the NPM repository. Maybe package.json in master needs version bump to 1.1.4? Because now it lists dependency on url-parse 1.4.3, but the version is still 1.1.3, which release still requires 1.2.0. Of course there is workaround of installing from GitHub, but it should go to NPM... |
i also use pouchdb for access to remote couchdb and now i refused using pouch auth cause high vulnerability. i use several function that use fetch request to couch server use native api for login,logout,session info,create user, change user password. code here
|
It would be great if the packages could be aligned & updated with the ones in pouchdb/packages/node_modules, and for example that dependency to request is replaced by e.g. node-fetch.
|
I just install
pouchdb-authentication
from npm, and this issue (#249) is not solved.The text was updated successfully, but these errors were encountered: