Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
travisci-node-update
Advanced tools
Updates target Node version in Travis CI config to latest minor version
Updates each target Node version in Travis CI config to latest minor version.
This node module updates your Travis CI config file .travis.yml
ensuring you're always running tests against the latest available minor versions for each of the listed major versions.
npm install -g travisci-node-update
Invoke the travisci-node-update
command on the desired target directory (defaults to .
).
travisci-node-update [target_dir]
At the moment of writing, latest Node versions are 7.3.0
, 6.9.2
, 5.12.0
, and 4.7.0
.
# .travis.yml before
language: node_js
node_js:
- "7.2"
- "6.9"
- "5.12"
- "4.6"
script: npm run test
This will update the versions listed in .travis.yml
to 7.3
and 4.7
, leaving 6.9
and 5.12
untouched:
travisci-node-update .
# .travis.yml after
language: node_js
node_js:
- "7.3"
- "6.9"
- "5.12"
- "4.7"
script: npm run test
Copyright (c) 2017 Claudio Procida
FAQs
Updates target Node version in Travis CI config to latest minor version
The npm package travisci-node-update receives a total of 0 weekly downloads. As such, travisci-node-update popularity was classified as not popular.
We found that travisci-node-update 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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.