Skip to content

Commit dd1902a

Browse files
authored
Update .npmrc (#14557)
1 parent 03ee071 commit dd1902a

4 files changed

Lines changed: 16 additions & 0 deletions

File tree

.github/actions/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/
22
# Disable postinstall scripts for supply chain security. Allowlist exceptions with npm trust: https://docs.npmjs.com/cli/v11/commands/npm-trust
33
ignore-scripts=true
4+
5+
min-release-age=7
6+
audit=true
7+
audit-level=high

Extension/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_PublicPackages/npm/registry/
22
# Disable postinstall scripts for supply chain security. Allowlist exceptions with npm trust: https://docs.npmjs.com/cli/v11/commands/npm-trust
33
ignore-scripts=true
4+
5+
min-release-age=7
6+
audit=true
7+
audit-level=high

ExtensionPack/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_Public
22
always-auth=true
33
# Disable postinstall scripts for supply chain security. Allowlist exceptions with npm trust: https://docs.npmjs.com/cli/v11/commands/npm-trust
44
ignore-scripts=true
5+
6+
min-release-age=7
7+
audit=true
8+
audit-level=high

Themes/.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ registry=https://pkgs.dev.azure.com/azure-public/VisualCpp/_packaging/cpp_Public
22
always-auth=true
33
# Disable postinstall scripts for supply chain security. Allowlist exceptions with npm trust: https://docs.npmjs.com/cli/v11/commands/npm-trust
44
ignore-scripts=true
5+
6+
min-release-age=7
7+
audit=true
8+
audit-level=high

0 commit comments

Comments
 (0)