New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@boywithkeyboard/sms

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boywithkeyboard/sms

A JavaScript library for sending SMS messages.

latest
Source
npmnpm
Version
0.3.1
Version published
Maintainers
1
Created
Source

sms

Setup

Deno

import { sendMessage } from 'https://den.ooo/sms'

Node.js

npm i @boywithkeyboard/sms
import { sendMessage } from '@boywithkeyboard/sms'

Usage

[!IMPORTANT] You need to open a GatewayAPI account first to use this module.

const response = await sendMessage({
  token: '...',
  sender: 'Your company',
  message: '123456 is your verification code.',
  to: 491759999999 // +49 175 9999999
})

FAQs

Package last updated on 06 Nov 2023

Did you know?

Socket

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.

Install

Related posts