@kikiutils/node v8.0.2
@kikiutils/node
A modular utility library for Node.js offering secure hashing, flexible logging, datetime manipulation, and more.
Features
- 📜 Simple and flexible logging with Consola and Pino
- 🔒 Secure hash utilities: MD5, SHA3-224, SHA3-256, SHA3-384, SHA3-512
- 📅 Datetime utilities for formatting, ranges, and offsets
- 🔢 Enum helpers to extract values
- 🌱 Environment variable checker with error handling
- 📈 Math utilities like percentage formatting
- 💎 Number formatting utilities (e.g. compact representation)
- 🔤 String tools such as random string generation
- ⚙️ General-purpose utilities like value extractors
- 📦 Modular by design — import only what you need via
@kikiutils/node/<module>
Requirements
- Node.js
>= 18.12.1
Installation
Using pnpm:
pnpm add @kikiutils/nodeYou can also use yarn, npm, or bun.
!NOTE This package is modular. It does not install all dependencies by default.
If a utility depends on a third-party package (e.g.
date-fns), you must install it manually.
Usage
Import the functions or modules you want to use:
import { logger } from '@kikituils/node/consola';
import { extractFirstValue } from '@kikituils/node/general';
const data = [
0,
1
];
const value = extractFirstValue(data);
console.log(value); // 0
logger.info(value);Modules & Functions
Each module file includes function-level comments and usage examples.
consola
- Console logger integration
crypto-hash
cryptoMd5,cryptoMd5ToBuffercryptoSha3224,cryptoSha3224ToBuffercryptoSha3256,cryptoSha3256ToBuffercryptoSha3384,cryptoSha3384ToBuffercryptoSha3512,cryptoSha3512ToBuffer
datetime
formatDategetDateRangeFromDategetMidnightDateFromToday
enum
getEnumStringValuesgetEnumNumberValues
env
checkAndGetEnvValue
general
extractFirstValue
hash
sha3224sha3256sha3384sha3512
math
toPercentageString
number
toCompactNumberString
pino
- Pino logger integration
random
generateWithNestedRandomLength
string
randomString
License
10 months ago
11 months ago
11 months ago
11 months ago
12 months ago
7 months ago
8 months ago
10 months ago
8 months ago
10 months ago
10 months ago
10 months ago
7 months ago
7 months ago
7 months ago
6 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago