Last 12 weeks · 0 commits
2 of 6 standards met
Repository: vercel/schemas. Description: All schemas used for validation that are shared between our projects Stars: 88, Forks: 24. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Homepage: https://npmjs.com/@zeit/schemas Topics: ajv, json, schemas, validation. Latest release: 2.29.0 (3y ago). Open PRs: 6, open issues: 3. Last activity: 1y ago. Community health: 50%. Top contributors: leo, TooTallNate, arunoda, FosterSamuel, AndyBitz, pranaygp, natew, ernestd, matheuss, rdev and others.
JavaScript
This PR updates the Regex used to validate usernames. The previous regex did not allow for single character usernames which the file and error message returned to the user said we did. The previous regex also allowed for usernames that were longer than 48 characters