🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

superb

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

superb

Get superb like adjectives

latest
Source
npmnpm
Version
5.1.0
Version published
Weekly downloads
2.2K
-15.47%
Maintainers
1
Weekly downloads
 
Created
Source

superb

Get superb like adjectives

Currently ~100 adjectives. I'm not accepting more words.

The word list itself is just a JSON file and can be used anywhere.

Install

npm install superb

Usage

import superbWords from 'superb';

superbWords;
//=> ['ace', 'amazing', …]

API

superbWords

Type: string[]

All the adjectives in alphabetical order.

randomSuperbWord()

Type: Function

Get a random adjective.

import {randomSuperbWord} from 'superb';

randomSuperbWord();
//=> 'legendary'

randomSuperbWord();
//=> 'awesome'

Keywords

superb

FAQs

Package last updated on 09 Sep 2025

Did you know?

Socket

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.

Install

Related posts