7 Node js tips that can change how you code
Npm audit
As a node js developer, It is very common to pull from npm repository, and not every package is secure. A lot of packages have security vulnerabilities that might be fixed in their latest version or not. You can run npm audit to scan your ...
kalkidan.hashnode.dev3 min read