File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,13 @@ plugins:
1616 - path : .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
1717 spec : " https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
1818
19- # Supply Chain Security
19+ # Configure the NPM minimal age gate to 3 days, meaning packages must be at
20+ # least 3 days old to be installed.
2021npmMinimalAgeGate : 4320 # 3 days (in minutes)
21- npmPreapprovedPackages : # Override the minimal age gate
22- - " @metamask/*"
23- - " @lavamoat/*"
22+
23+ # Override the minimal age gate, allowing certain packages to be installed
24+ # regardless of their publish age.
25+ npmPreapprovedPackages :
26+ - ' @metamask/*'
27+ - ' @metamask-previews/*'
28+ - ' @lavamoat/*'
You can’t perform that action at this time.
0 commit comments