Security News
UK Officials Consider Banning Ransomware Payments from Public Entities
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Run any nvm commands
You can use it to ensure node versions on projects
As nvm, grunt-nvm works only on unix systems
$ npm install grunt-nvm --save-dev
To use you only need to register the task on your Gruntfile
grunt.loadNpmTasks('grunt-nvm');
And you can call as nvm:ARG1:ARG2:ARG3:...
Example on command-line
$ grunt nvm:install:0.12
Or you can use an alias to chain multiple tasks
grunt.registerTask('myTask', [/*nvm:use ensures version*/'nvm:use:0.12' /*,some other tasks*/]);
$ grunt myTask
You can also use it to install node versions or use any other nvm command
$ grunt nvm:install:0.12
$ grunt nvm:ls-remote
$ grunt nvm:use:0.10
$ grunt nvm:exec:0.12:node:app.js
FAQs
Grunt task for executing nvm commands
The npm package grunt-nvm receives a total of 41 weekly downloads. As such, grunt-nvm popularity was classified as not popular.
We found that grunt-nvm demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.