We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When run multiple times, the lock file changes every time, because the integrity strings are concatenated to the old integrity value.
Replace the integrity value instead of adding to it.
N/A
The text was updated successfully, but these errors were encountered:
Thanks for reporting, will take a look.
Sorry, something went wrong.
Do you have a fix for this in your rewrite @Shakeskeyboarde? No worries if not but may save me some time if so.
I'm not sure I have a fix exactly, but here's my lock file handler: https://github.com/Shakeskeyboarde/npm-offline-mirror/blob/main/src/lock.ts
Besides the noisy diffs, does this cause any problems? I noticed this in a new project, where it's my first time using shrinkpack.
I don't think it causes problems no, it just may have more hashes in that it needs to.
No branches or pull requests
Description
When run multiple times, the lock file changes every time, because the integrity strings are concatenated to the old integrity value.
Suggested Solution
Replace the integrity value instead of adding to it.
Help Needed
N/A
The text was updated successfully, but these errors were encountered: