
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
@notificationapi/node
Advanced tools
Official Node.js SDK for NotificationAPI - Send notifications via Email, SMS, Push, In-App, and more
A fully-typed TypeScript SDK for NotificationAPI.
npm install @notificationapi/node
Import and initialize the client:
import { NotificationAPIClient } from '@notificationapi/js';
// Server-side: Secret Key (Bearer token)
const apiClient = new NotificationAPIClient({
apiKey: 'pingram_sk_...'
});
For connecting to Canada or EU regions, set the region option:
const apiClient = new NotificationAPIClient({
apiKey: 'pingram_sk_...',
region: 'eu'
});
await apiClient.send({
type: 'otp',
to: {
id: 'user123',
email: 'user@example.com',
number: '+15005550006'
},
email: {
subject: 'Hello',
html: '<h1>Hello, world!</h1>'
},
sms: {
message: 'Hello, world!'
}
});
MIT
Contributions are welcome! Please read our contributing guidelines before submitting a pull request.
FAQs
Official Node.js SDK for NotificationAPI - Send notifications via Email, SMS, Push, In-App, and more
The npm package @notificationapi/node receives a total of 1 weekly downloads. As such, @notificationapi/node popularity was classified as not popular.
We found that @notificationapi/node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.