Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
smsir_mh_js6
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 javaScript, ES6 support
After installation, go to package.json and add "type":"module".
npm test
PASS ./smsir_mh_js6.test.js
sendAlertSMSIR
√ should send a message successfully (33 ms)
√ should handle a request error (130 ms)
√ should handle a response error (12ms)
Test Suites: 1 passed, 1 total
Tests: 3 passed, 3 total
Snapshots: 0 total
Time: 1.157 s
Ran all test suites.
Mohammad Hadi
Email: mmm.6336@gmail.com
Donate address : TS3ZnWGHfDnW7FcG8p6BYrWAis2nzX3gDG
//USDT TRC20
To install the package, run:
#npm
npm install axios
npm install smsir_mh_js6
#yarn
yarn add axios
yarn add smsir_mh_js6
import SendAlertSMSIR from 'smsir_mh_js6';
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_js6 receives a total of 2 weekly downloads. As such, smsir_mh_js6 popularity was classified as not popular.
We found that smsir_mh_js6 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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.