Harshit Patle’s Post

I noticed something strange while building forms. Users were entering things like: test@gmail.com qwerty 123456 And everything passed validation. No errors. No warnings. But clearly… the data was useless. That’s when I realized: Validation checks syntax. But it doesn’t check intent. So I built input-sense — a small npm package that detects low-quality, meaningless inputs. It catches things like: • placeholder words • keyboard patterns • repeated inputs • and more… Now instead of just “valid / invalid”, I can actually tell if input is meaningful. 📦 Use it via npm: https://lnkd.in/d-ZCtDsF 💻 Explore more on GitHub: https://lnkd.in/dJigUUi7 Curious — how do you handle this in your projects? 👀 #javascript #npm #webdevelopment #buildinpublic #developers

  • graphical user interface, application

Curious — how do you currently handle input validation in your projects? 👀

Like
Reply

To view or add a comment, sign in

Explore content categories