
Product
Introducing Rust Support in Socket
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
@sendstreak/sendstreak-node
Advanced tools
SendStreak is a simple interface that lets you integrate quickly to Amazon SES, Gmail or any other SMTP server to send your transactional emails easily and pretty much for FREE.
Now with no dependencies and scoped package name!
$ npm install --save-exact @sendstreak/sendstreak-node
const SendStreak = require('@sendstreak/sendstreak-node');
const sendStreak = new SendStreak('YOUR_API_KEY');
// Push your contacts to SendStreak with as many attributes as you want
await sendStreak.updateContact({
email: 'johndoe@example.com',
firstName: 'John',
lastName: 'Doe',
onboarded: false
});
// Send them emails using predefined templates
await sendStreak.sendMail('johndoe@example.com', 'customer-welcome-email', {
username: 'john_doe'
});
FAQs
Node.js SDK for SendStreak
The npm package @sendstreak/sendstreak-node receives a total of 119 weekly downloads. As such, @sendstreak/sendstreak-node popularity was classified as not popular.
We found that @sendstreak/sendstreak-node 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.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.
Product
Socket’s precomputed reachability slashes false positives by flagging up to 80% of vulnerabilities as irrelevant, with no setup and instant results.
Product
Socket is launching experimental protection for Chrome extensions, scanning for malware and risky permissions to prevent silent supply chain attacks.