Commit 382072c
authored
chore(workspace): block exotic subdeps (#1303)
Refuse transitive dependencies declared via git/tarball/local-tarball
specs. An npm package shouldn't drag in a git URL we don't control
(bypasses npm registry validation, no provenance, no soak window).
Direct git deps are still allowed.
pnpm's current default is false; declared explicitly so a future flip
can't silently change install behavior.1 parent d5a6f46 commit 382072c
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
168 | 177 | | |
169 | 178 | | |
170 | 179 | | |
| |||
0 commit comments