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.
@metamask-previews/*
1 parent da75fb7 commit 80db74fCopy full SHA for 80db74f
1 file changed
.yarnrc.yml
@@ -16,8 +16,13 @@ plugins:
16
- path: .yarn/plugins/@yarnpkg/plugin-allow-scripts.cjs
17
spec: "https://raw.githubusercontent.com/LavaMoat/LavaMoat/main/packages/yarn-plugin-allow-scripts/bundles/@yarnpkg/plugin-allow-scripts.js"
18
19
-# Supply Chain Security
+# Configure the NPM minimal age gate to 3 days, meaning packages must be at
20
+# least 3 days old to be installed.
21
npmMinimalAgeGate: 4320 # 3 days (in minutes)
-npmPreapprovedPackages: # Override the minimal age gate
22
- - "@metamask/*"
23
- - "@lavamoat/*"
+
+# 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/*'
0 commit comments