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.
1 parent 701a894 commit 7b583a3Copy full SHA for 7b583a3
.yarnrc.yml
@@ -17,3 +17,14 @@ plugins:
17
spec: 'https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js'
18
19
yarnPath: .yarn/releases/yarn-4.10.3.cjs
20
+
21
+# Configure the NPM minimal age gate to 3 days, meaning packages must be at
22
+# least 3 days old to be installed.
23
+npmMinimalAgeGate: 4320 # 3 days (in minutes)
24
25
+# Override the minimal age gate, allowing certain packages to be installed
26
+# regardless of their publish age.
27
+npmPreapprovedPackages:
28
+ - '@metamask/*'
29
+ - '@metamask-previews/*'
30
+ - '@lavamoat/*'
0 commit comments