~ ^ 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...
Jun 2, 20222 min read48