
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.
node-fastsms
Advanced tools
Attention: This Module is developed and disclosed to the public without any financial support. Purely as my attempt to support community initiatives. I would appreciate all Node.js developers using FastSMS and willing to help and contribute their time and skils to make it better. If you have spare time or/and energy please contact me on codebloke@gmail.com or leave me a message in GitHub Issuess section labelled help wanted. Thank you!
FastSMS is UK-based SMS messaging provider enabling RESTful API to consume their services. Since I needed to use it in my application prototype I decided that I will package the code and make it available under provisions of the MIT license. I am not commercially associated with Netsecrets Limited operating the FastSMS service and software is provided under no warranty or support. Although, I am still happy to develop new features and fix bugs reported by community developers. Please feel free to contact me via Github tickets.
0.1.2 - Official NPM page is here
node-fastsms has two dependencies
add module to your project's package.json file by running
$ npm install --save node-fastsms
example of how to use the code is explained here:
cd examples/
./send-message.js 447777111222
make sure you set environment variable FAST_SMS_API_TOKEN by adding
export FAST_SMS_API_TOKEN='your-token-here'
FAQs
FastSMS SDK API
We found that node-fastsms demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.