
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
roslibjs [](https://travis-ci.org/RobotWebTools/roslibjs) ========

For full documentation, see the ROS wiki or check out some working demos.
JSDoc can be found on the Robot Web Tools website.
This project is released as part of the Robot Web Tools effort.
Pre-built files can be found in either roslib.js or roslib.min.js.
Alternatively, you can use the current release via the Robot Web Tools CDN: (full) | (min)
Check that connection is established. You can listen to error and connection events to report them to console. See examples/simple.html for a complete example:
ros.on('error', function(error) { console.log( error ); }); ros.on('connection', function() { console.log('Connection made!'); });
Check that you have the websocket server is running on port 9090. Something like this should do:
netstat -a | grep 9090
roslibjs has a number of dependencies. You will need to run:
npm install or bower install
Depending on your build environment.
Checkout CONTRIBUTING.md for details on building.
roslibjs is released with a BSD license. For full terms and conditions, see the LICENSE file.
See the AUTHORS.md file for a full list of contributors.
FAQs
roslibjs [](https://travis-ci.org/RobotWebTools/roslibjs) ========
We found that roslibzy 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
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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.