chore: set security best practices npm flags in npmrc

This commit is contained in:
Jan Laupetin
2025-12-16 10:42:50 +00:00
parent 93baf5207a
commit 45960c6ec7
+5
View File
@@ -0,0 +1,5 @@
# Do not run any npm lifecycle hook scripts (especially after installation).
# Most dependencies should be fine with this.
ignore-scripts=true
# Always prefer locked versions from lockfile when installing.
save-exact=true