| Version | Supported |
|---|---|
| 1.3.x | ✅ |
| < 1.3 | ❌ |
If you discover a security vulnerability in this project, please report it responsibly.
Do not open a public issue. Instead, please email the maintainer directly:
Email: riyajath.ahamed@gmail.com
- A description of the vulnerability
- Steps to reproduce the issue
- The potential impact
- Any suggested fixes (if applicable)
- Acknowledgment: Within 48 hours of your report
- Initial assessment: Within 1 week
- Fix and release: Depending on severity, typically within 2 weeks
- The vulnerability will be publicly disclosed in the changelog
- Credit will be given to the reporter (unless they prefer to remain anonymous)
This library generates sequential IDs intended for DOM element identification (accessibility labels, form fields, etc.). These IDs are not designed for:
- Cryptographic purposes
- Authentication tokens
- Session identifiers
- Any security-sensitive context
If you need cryptographically secure random identifiers, use crypto.randomUUID() or a dedicated library instead.