
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
@walkover/msg91
Advanced tools
The documentation for the MSG91 API can be found here
The Node library v1.0 documentation can be found here.
You can get your content template approved by desginated TRAI authorities. We have made a comprehensive document here
The documentation for the MSG91 API can be found here
The Node library v1.0 documentation can be found here.
var msg91 = require("@walkover/msg91")("API_KEY", "SENDER_ID", "ROUTE_NO" );
/**
* Mobile number should be with International dialling code. Ex - 91 for India, 44 for UK.
*
* @param {mobileNo} Accepts single number
* @param {mobileNo} Accepts array of the phone number.
* @param {mobileNo} Accepts CSV string.
*/
var mobileNo = "XXXXXXXXXX";
var mobileNo = [ "XXXXXXXXXX", "XXXXXXXXXX", "XXXXXXXXXX" ];
var mobileNo = "XXXXXXXXXX,XXXXXXXXXX,XXXXXXXXXX";
msg91.send(mobileNo, "MESSAGE", "DLT_TE_ID", function(err, response){
console.log(err);
console.log(response);
});
// Default
msg91.getBalance(function(err, msgCount){
console.log(err);
console.log(msgCount);
});
// Get Balance for given Route.
msg91.getBalance("ROUTE_NO", function(err, msgCount){
console.log(err);
console.log(msgCount);
});
Please reach out to us on support@msg91.com
1 - Promotional Route
4 - Transactional Route
106 - SendOTP Route
FAQs
Official Wrapper of MSG91 API
The npm package @walkover/msg91 receives a total of 5 weekly downloads. As such, @walkover/msg91 popularity was classified as not popular.
We found that @walkover/msg91 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.