After downloading and installing a node_module (npm package)... I have customized the internal files within the node_modules folder to better fit my requirements. Although using it as a node_module is most convenient for me, I am concerned that future npm package updates may overwrite all of my modifications. What is the recommended approach to ensure that only this specific package does not get updated?
Thank you sincerely