~ ^ and semantic versioning explained in package.json
Jun 2, 2022 · 2 min read · 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...
MMiki commented