Skip to content
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

is this project dead? #379

Closed
kdwodc opened this issue Jan 29, 2020 · 8 comments
Closed

is this project dead? #379

kdwodc opened this issue Jan 29, 2020 · 8 comments

Comments

@kdwodc
Copy link

kdwodc commented Jan 29, 2020

Are there any recommended forks that are maintained? I really like this tool and want to keep using it.

@LinusU
Copy link
Collaborator

LinusU commented Feb 3, 2020

Why do you think that it's dead? 🤔

[...] want to keep using it.

Is there anything currently preventing you from using it? 🤔

@xthiago
Copy link

xthiago commented Feb 20, 2020

Is there anything currently preventing you from using it? thinking

@LinusU there are some open pull requests related to security fixes (e.g. #368, #361, #378) and I did not see the maintainers moving in order to merge or discussing what needs to be done.

Does the security matter to the maintainers?

@kdwodc
Copy link
Author

kdwodc commented Feb 20, 2020

Why do you think that it's dead? 🤔

[...] want to keep using it.

I don't remember if I was asking about forks for a different reason or because I thought it was dead, but since you assumed the latter ...

Most of the dependencies are out of date and no new version has been published in over a year. The version before that was a year before this one. Readme specifies it works with npm@2 and npm@3, no mention of 4, 5, or 6.

I don't remember what error I was having that prompted me to look for an update, but it's working now, so if the project is still maintained the owners can certainly close this.

@LinusU
Copy link
Collaborator

LinusU commented Feb 28, 2020

there are some open pull requests related to security fixes (e.g. #368, #361, #378) and I did not see the maintainers moving in order to merge or discussing what needs to be done.

Fixed

Does the security matter to the maintainers?

Since this is a tool that one runs on their own code I don't really see how someone could use a REDOS vulnerability in lodash maliciously?

Most of the dependencies are out of date and no new version has been published in over a year. The version before that was a year before this one.

I use this tool at least once a week and it works great, I don't see why we need to release more often? 🤔

@kdwodc
Copy link
Author

kdwodc commented Mar 3, 2020

Great to see new releases!

Looks like there are still dependency issues. I just updated and got this result:

$ npm i npm-check -g
npm WARN deprecated [email protected]: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
npm WARN deprecated [email protected]: cross-spawn no longer requires a build toolchain, use it instead
/usr/local/bin/npm-check -> /usr/local/lib/node_modules/npm-check/bin/cli.js
+ [email protected]
updated 1 package in 107.022s

I'm fine with closing this ticket though, obviously the project isn't dead.

@LinusU
Copy link
Collaborator

LinusU commented Mar 4, 2020

I'd be happy to accept pull requests for that 👍

@LinusU LinusU closed this as completed Mar 4, 2020
@Arjan-Zuidema
Copy link

Currently there are 20 open pull requests. @LinusU are you still maintaining this repo, or is it dead now?

@evenfrost
Copy link

evenfrost commented Jul 6, 2022

Looks like it's finally time to switch over to npm-check-updates. I recall choosing npm-check because it had some features the former one didn't have at the time but now looks like it's not the case anymore.

For anyone willing to switch, to mimic the behavior of npm-check in npm-check-updates, run

npx ncu --interactive --upgrade --format group,repo
npm install

Also, npm i -g npm-check-updates, and you can add to your .bashrc for faster typing:

alias ncuf='ncu --interactive --upgrade --format group,repo'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants