
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.
node-tappsi
Advanced tools
Seems like SOME of Tappsi's dev team didn't like it so I'll be removing the code for a while.
Tappsi is yet another taxi e-hailing app, this is a tool that makes requests to the API used by their official web client (https://web.tappsi.co).
const Taxi = require('node-tappsi')
const locationObj = {
countryCode: 'CO',
city: 'Bogotá',
neighborhood: 'Francisco Miranda',
address: 'Carrera 7 bis # 106 - 33',
lat: 4.685990,
lng: -74.036284
}
// params: ( email, password, locationObject, tip(specified in the local currency) )
let taxi = new Taxi('user@example.com', 'myPassword', locationObj, 1000);
taxi.hail();
FAQs
Used to be a tool to request a Taxi (from Tappsi)
We found that node-tappsi 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.