
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
| Mac / Linux | Windows |
|---|---|
Travisjs is a command line application for travis, especially targeted
for managing tests for node modules. It is inspired by travisify and git-travis
(which is uses internally).
Install with npm install travisjs -g
Usage: travisjs <command>
command
version display the current version
init initialize travis (hook and yml)
badge generate badge
open open travis page
yml creates a .travis.yml
hook set up hook for this repo
status shows the status of the tests
config shows the location of the config file
lint validate your .travis.yml
Travisjs config file location can be shown with travisjs config.
It can have a couple of properties:
| Property | Description |
|---|---|
| token | Access token — you don't want to touch this. |
| node_js | Node.js versions to include in generated .travis.yml file. |
Example config file:
token: xxx
node_js:
- '0.10'
- '0.12'
- iojs
FAQs
travis cli helper for managing node modules
We found that travisjs 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.