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 1e40173 commit 8e9fd6fCopy full SHA for 8e9fd6f
2 files changed
.github/.keepalive
@@ -1 +1 @@
1
-2026-04-24T03:31:52.737Z
+2026-06-03T03:23:10.485Z
.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