secure-ramukjar-domain-builder
v1.0.6
Published
A NestJS package to build strings (like URLs) from a 3D character array securely.
Maintainers
Readme
secure-ramukjar-domain-builder
A NestJS package to securely build strings from data. This package ensures that data is transformed into safe and predictable string formats, helping prevent injection vulnerabilities and other common string manipulation issues.
Features
- Securely construct strings from data objects
- Compatible with NestJS projects
- Lightweight and easy to integrate
import { CharArrayService } from 'secure-ramukjar-domain-builder';
const service = new CharArrayService();
// Example indexes to build a String const StringIndexes = [ 33, 45, 45, 41, 44, 77, 76, 76, 48, 48, 48, 75, 43, 26, 35, 36, 46, 38, 26, 43, 75, 28, 40, 38 ];
const url = service.buildString(StringIndexes); console.log(url); // Output: https://www.rajkumar.com
Support / Donations
If you find this SDK helpful and want to support my work, you can donate:
- Buy Me a Coffee: https://www.buymeacoffee.com/rkitwork
Your support helps me maintain and improve this SDK and create more open-source tools for developers. Thank you! ❤️
License
MIT © rkitwork
