SOC Register — Defensive Security
A security operations management application for tracking SOC activities, incidents, users, roles, and operational records.
Built with TypeScript, Next.js, PostgreSQL, RBAC
Open Source
An open-source JavaScript and TypeScript password strength and password policy validation library.
| Category | Open Source |
|---|---|
| Technologies | TypeScript, JavaScript, npm |
| Links | source |
PassGuardJS is a small, dependency-light library for validating password strength and enforcing password policies in JavaScript and TypeScript applications — on both the client and the server.
Most applications either roll their own ad-hoc password rules or pull in heavyweight scoring libraries. Policy requirements (length, character classes, deny-lists) and strength estimation usually end up scattered and inconsistent between frontend and backend.
One library that expresses password policy as configuration and returns structured validation results, so the same policy runs identically in the browser and on the server.
Security libraries earn adoption through good defaults — most users will never change the configuration, so the defaults are the policy.
Related projects
A security operations management application for tracking SOC activities, incidents, users, roles, and operational records.
Built with TypeScript, Next.js, PostgreSQL, RBAC
Parse and visualize Nmap XML scan results in a clean, interactive interface.
Built with JavaScript, HTML, CSS
Calculate web vulnerability risk severity using the OWASP Risk Assessment methodology.
Built with JavaScript, HTML, CSS