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 cace36a commit c90efd3Copy full SHA for c90efd3
2 files changed
.github/.keepalive
@@ -1 +1 @@
1
-2026-04-29T03:23:08.434Z
+2026-06-07T03:28:56.710Z
.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