🐞[Bug]: Node modules uploaded to the repository , security and performance risk #154
Open
4 tasks done
Labels
bug
Something isn't working
Is there an existing issue for this?
Describe the bug
the node_modules directory has been uploaded to the repository, potentially exposing security vulnerability and causing version conflicts. it also increase the size of repository lead to collaboration issues.__
Expected behavior
Increased Repository Size: The repository size will significantly increase, making it slower to clone and manage.
Version Conflicts: Different developers might have different versions of dependencies, leading to potential conflicts and inconsistencies.
Security Risks: Sensitive information or vulnerabilities in dependencies might be exposed, increasing security risks.
Redundant Data: node_modules contains packages that can be easily installed using npm install or yarn install, making the upload redundant
Add ScreenShots
Screenshot
What browsers are you seeing the problem on?
No response
Record
The text was updated successfully, but these errors were encountered: