Security News
Input Validation Vulnerabilities Dominate MITRE's 2024 CWE Top 25 List
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
react-sms77
Advanced tools
![Sms77.io Logo](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "Sms77.io Logo")
npm install react-sms77
or
yarn add react-sms77
import React from 'react';
import ReactDOM from 'react-dom';
import Sms77 from 'react-sms77';
ReactDOM.render(
<Sms77
apiKey='MY_SUPER_SECRET_API_KEY_FROM_SMS77IO'
to='+4901234567890' />,
document.getElementById('root')
);
apiKey: string = ''
to: string = ''
If you don't set an API key, you will get prompted to do so after typing in your message in the textarea. The same goes for the "to" prop which defines the recipient of the sent message.
FAQs
![Sms77.io Logo](https://www.sms77.io/wp-content/uploads/2019/07/sms77-Logo-400x79.png "Sms77.io Logo")
The npm package react-sms77 receives a total of 0 weekly downloads. As such, react-sms77 popularity was classified as not popular.
We found that react-sms77 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
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.
Research
Security News
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.