~ ^ and semantic versioning explained in package.json
Do you know the meaning of ^ and ~ symbols mentioned in the package.json file for the package version?
This is really important to avoid breaking the application code as well as from the interview point of view.
Whenever we install any npm package, a...
codewithsapiens.hashnode.dev2 min read
Miki Szeles
Everything related to test automation
Great explanation, Akshay. 👏