
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
@resend/sonare
Advanced tools
Pronounceable and organic words that feel natural.
A lightweight library that generates unique, pronounceable and organic words that feel natural.
# pnpm
pnpm add sonare
# npm
npm install sonare
# yarn
yarn add sonare
import { sonare } from 'sonare';
const word = sonare();
console.log(word); // e.g., "veluna" or "minecho"
import { sonare } from 'sonare';
const word = sonare({ minLength: 4, maxLength: 6 });
console.log(word); // e.g., "luna" or "vexar"
const word = sonare({ minLength: 10, maxLength: 15 });
console.log(word); // e.g., "velunambor" or "crisechoten"
import { sonare } from 'sonare';
const words = Array.from({ length: 100 }, () => sonare());
console.log(words); // ["ambor", "tenen", "zilfer", ...]
sonare(options?: SonareOptions): stringGenerates a single pronounceable word.
Parameters:
options (optional): Configuration object
minLength (number, default: 6): Minimum length of the generated wordmaxLength (number, default: 10): Maximum length of the generated wordReturns:
string: A pronounceable word containing only lowercase lettersExample:
const word = sonare({ minLength: 8, maxLength: 12 });
MIT
FAQs
Pronounceable and organic words that feel natural.
We found that @resend/sonare demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 7 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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.