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.
2 parents 7feeeae + f1d0e6f commit c237a4eCopy full SHA for c237a4e
2 files changed
.npmrc
@@ -0,0 +1,5 @@
1
+# Disable lifecycle scripts to mitigate supply chain attacks.
2
+ignore-scripts = true
3
+
4
+# Disable git repositories as package sources to mitigate supply chain attacks.
5
+allow-git = root
.yarnrc.yml
@@ -0,0 +1,8 @@
+# Legacy node_modules behavior.
+nodeLinker: node-modules
+enableScripts: false
6
7
8
+approvedGitRepositories: [ ]
0 commit comments