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 1d1c785 commit a033f56Copy full SHA for a033f56
2 files changed
.github/.keepalive
@@ -1 +1 @@
1
-2026-04-27T03:28:34.527Z
+2026-06-05T03:32:54.498Z
.npmrc
@@ -29,3 +29,16 @@ save = false
29
30
# Do not generate provenance metadata:
31
provenance = false
32
+
33
+# Prefer cached dependencies during install:
34
+prefer-offline = true
35
36
+# Require signing Git commits and tags when using `npm version`:
37
+sign-git-commit = true
38
+sign-git-tag = true
39
40
+# Run Git commit hooks when using `npm version`:
41
+commit-hooks = true
42
43
+# Require that dependencies within the dependency tree have a minimum release age (in days) in order to guard against supply chain attacks:
44
+min-release-age = 90
0 commit comments