mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Add Yarn npm package age gate (#6281)
## Summary - add Yarn's native `npmMinimalAgeGate` with a 2 day / 2880 minute cooldown to help protect against supply chain attacks - rely on the existing Yarn 4.12.0 install path instead of a custom package-age script Closes #5974. ## Verification - `corepack yarn config get npmMinimalAgeGate` -> `2880` - `corepack yarn install --immutable` - `corepack yarn check`
This commit is contained in:
parent
e99a17f1fe
commit
f1de25fd6e
1 changed files with 2 additions and 1 deletions
|
|
@ -9,5 +9,6 @@ initScope: uppy
|
|||
|
||||
nodeLinker: node-modules
|
||||
|
||||
npmPublishAccess: public
|
||||
npmMinimalAgeGate: 2880
|
||||
|
||||
npmPublishAccess: public
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue