Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
smsir_mh_js
Advanced tools
This package is for using SMS service from sms.ir should get API and templetId from sms.ir javaScript,ES6 support
This package is for using SMS service from sms.ir should get API and templetId from sms.ir
npm test
PASS ./SendAlertSMSIR.spec.js SendAlertSMSIR √ should send a POST request with correct data (5 ms) √ should log an error if the request fails
Test Suites: 1 passed, 1 total Tests: 2 passed, 2 total Snapshots: 0 total Time: 0.78 s Ran all test suites.
Mohammad Hadi
Email: mmm.6336@gmail.com
Donate address : TS3ZnWGHfDnW7FcG8p6BYrWAis2nzX3gDG //USDT TRC20
for install last vertion
npm install smsir_mh_js@latest
To install the package, run:
#npm
npm install axios
npm install smsir_mh_js
#yarn
yarn add axios
yarn add smsir_mh_js
# Example use:
const { SendAlertSMSIR } = require('smsir_mh_js');
const apiKey = '121212121212121212121'; //Example API Key
const to = '09100059323'; //Example Phone Number
const message = 'Hello,this test message!'; //Max 24 Character Length
const templateId = '750016'; //Example template ID
SendAlertSMSIR(to, message, apiKey, templateId);
FAQs
This package is for using SMS service from sms.ir should get API and templetId from sms.ir javaScript,ES6 support
The npm package smsir_mh_js receives a total of 0 weekly downloads. As such, smsir_mh_js popularity was classified as not popular.
We found that smsir_mh_js demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.