We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The .yarn/cache folder in this repo contains many vulnerable vulnerable packages causing failing security scans.
I doubt that the .yarn folder should be checked in at all either, but at least remove .yarn/cache.
You could remove it and add it to .gitignore.
The text was updated successfully, but these errors were encountered:
#301 fixes this issue
Sorry, something went wrong.
This is actually how Yarn Zero-Installs works; https://yarnpkg.com/features/caching#zero-installs
What needs to be done to fix this is to whitelist what files should be added to the published bundle, so that the .yarn folder is not included.
.yarn
No branches or pull requests
The .yarn/cache folder in this repo contains many vulnerable vulnerable packages causing failing security scans.
I doubt that the .yarn folder should be checked in at all either, but at least remove .yarn/cache.
You could remove it and add it to .gitignore.
The text was updated successfully, but these errors were encountered: