
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
@big-whale-labs/sc-email
Advanced tools
yarn add @big-whale-labs/seal-cred-email or npm i @big-whale-labs/seal-cred-email
import { token } from '@big-whale-labs/seal-cred-email'
import { createTransport } from 'nodemailer'
import env from '@/helpers/env'
const user = env.SMTP_USER
const pass = env.SMTP_PASS
const emailer = createTransport({
host: 'box.mail.sealcred.xyz',
port: 465,
secure: true,
auth: {
user,
pass,
},
})
export default function (to: string, subject: string, html: string) {
return emailer.sendMail({
from: `"SealCred" <${user}>`,
to,
subject,
html: token,
})
}
yarnyarn startyarn link in the root folder, more about yarn linkyarn startyarn link @big-whale-labs/seal-cred-email@big-whale-labs/seal-cred-emailyarn start — runs email templates in the development modeyarn build — builds email templates for production to the dist folderyarn release — create a release and publish the package using ciFAQs
SealCred email templates
The npm package @big-whale-labs/sc-email receives a total of 0 weekly downloads. As such, @big-whale-labs/sc-email popularity was classified as not popular.
We found that @big-whale-labs/sc-email demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 9 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
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

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.