Skip to content

Commit e3f54a8

Browse files
bteadanielbayley
andauthored
Add blockExoticSubdeps to pnpm-workspace.json (SchemaStore#5227)
Co-authored-by: danielbayley <[email protected]>
1 parent a994939 commit e3f54a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/schemas/json/pnpm-workspace.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,10 @@
817817
"allowBuilds": {
818818
"description": "A map of package matchers to explicitly allow (`true`) or disallow (`false`) script execution. This field replaces `onlyBuiltDependencies` and `ignoredBuiltDependencies` (which are also deprecated by this new setting), providing a single source of truth.",
819819
"type": "object"
820+
},
821+
"blockExoticSubdeps": {
822+
"description": "When set to true, it prevents the resolution of exotic protocols (like git+ssh: or direct https: tarballs) in transitive dependencies. Only direct dependencies are allowed to use exotic sources.",
823+
"type": "boolean"
820824
}
821825
},
822826
"additionalProperties": false

0 commit comments

Comments
 (0)