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

Support NPQ #468

Closed
2 tasks done
acekevin opened this issue Dec 28, 2018 · 2 comments
Closed
2 tasks done

Support NPQ #468

acekevin opened this issue Dec 28, 2018 · 2 comments

Comments

@acekevin
Copy link

  • node version: LTS
  • npm version: LTS
  • npm-check-updates version: Latest

Is it possible to support NPQ as a package manager installer so we can have better security guidance on what we are installing?

Alternatively, if NCU could output the list of installs so the output could be chained into a custom command? Such as ncu -u --drystring outputting a dry run string of sinon@7.2.2 eslint@5.11.1 so we can then easily call npq install $(ncu -u --drystring)

@raineorshine
Copy link
Owner

That's a great idea! New package managers can be added fairly easily, as described here: https://github.com/tjunnone/npm-check-updates/tree/master/lib/package-managers

The ncu command by default is a dry run and does not update anything. There is ncu -j which outputs json, which might be easiest to transform into an install command. It will require either some additional shell or js scripting to convert.

@raineorshine
Copy link
Owner

Closed with the revive-me tag for interested contributors. See #484.

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

No branches or pull requests

2 participants