Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
buzz-expert
Advanced tools
Send SMS and MMS using Buzz Expert API.
Minimalist module. Messages are sent on MARKETING type. Module changes between OADC and label by itself, in case of an SMS or MMS to be pushed.
Max 2 medias. Media must not be > than 60Ko (500 000 bytes).
const BEAPI = require('buzz-expert');
const BuzzExpert = new BEAPI({
login: "login",
password: "password",
label: "label created withing your Buzz Expert account, OADC or label is selected by the module itself"
});
BuzzExpert.connect((err) => {
if (err) return console.error(err);
BuzzExpert.sendMMS('0123456789', [
{ type: "file", filename: "/var/toto.gif" },
{ type: "text", content: "Hello World !" }
], (err) => {
if (err) return console.error(err);
console.log("Message sent!");
});
});
FAQs
buzz expert api client
The npm package buzz-expert receives a total of 0 weekly downloads. As such, buzz-expert popularity was classified as not popular.
We found that buzz-expert 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.