-
Notifications
You must be signed in to change notification settings - Fork 11
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
update dependencies for fixing vulnerabilities #44
base: master
Are you sure you want to change the base?
Conversation
@xgbuils, are you still working on this PR? I'm also interested in using npm-install-version, but would like the vulnerabilities fixed. |
I'm not the owner of this repository. I'm waiting for a signal from @scott113341 for knowing if this repository is active. If it is, I will remove node 4 in travis-ci configuration and add node 10 to fix the CI. I'm using npmi as alternative. Cheers! |
Thanks for the alternative suggestion! I was looking for one, but wasn't having success. |
Unfortunately, npmi doesn't have the functionality I need. Would love to hear from @scott113341 about this PR. |
Hi @scott-lin , Just for curiosity, what functionality you need? |
I was unable to install multiple versions of the same package to a single destination. So something like this,
|
Ok, I had the same problem, it's simpler with this package but is possible with npmi. I asked how to install multiple versions with npmi last week and here is the answer: npmi: installing multiple versions of the same package. For requiring the package instance just use Cheers! |
I tried the Thanks for sharing that though. It may be helpful for others. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#43 fix
I added npm-check dev dependency and added in
test
script to keep the dependencies updated.