
Security News
Feross on TBPN: How North Korea Hijacked Axios
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.
termii-node-pkg
Advanced tools
Termii-node helps you set up, test, and manage your Termii integration directly in your Node.js App. The Idea here is to simplify the process of interacting with the termii endpoints with ease.
You can install the package via NPM or Yarn:
npm install termii-node
OR
yarn add termii-node
import {get_balance} from 'termii-node';Note: This termii node package ACCEPTS an object as parameters and returns a promise. The object key value pairs is based on termii's own parameters.
send_message({ api_key: process.env.API_KEY, to: '2347052980452', from: 'TERMI02', channel: 'generic', sms: 'Hey chief, this is just a simple sms from termii' })process.env.API_KEY (Highly recommended)get_balance() and pass appropriate paramsget_message_history() and pass appropriate paramsget_number_status() and pass appropriate paramssearch_phone_number() and pass appropriate paramsget_sender_id() and pass appropriate paramsrequest_sender_id() and pass appropriate paramssend_message() and pass appropriate paramssend_message_bulk() and pass appropriate params. In this case, the the receiver is an array of strings.send_token() and pass appropriate paramssend_voice_token() and pass appropriate params send_voice_call() and pass appropriate paramsverify_token() pass appropriate paramssend_inApp_token() and pass appropriate paramsThe MIT License (MIT). Please see License File for more information.
FAQs
Node SDK for termii messaging platform
We found that termii-node-pkg 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
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.

Security News
OpenSSF has issued a high-severity advisory warning open source developers of an active Slack-based campaign using impersonation to deliver malware.

Research
/Security News
Malicious packages published to npm, PyPI, Go Modules, crates.io, and Packagist impersonate developer tooling to fetch staged malware, steal credentials and wallets, and enable remote access.