$ yarn why cryptiles
yarn why v1.17.0
[1/4] 🤔 Why do we have the module "cryptiles"...?
[2/4] 🚚 Initialising dependency graph...
[3/4] 🔍 Finding dependency...
[4/4] 🚡 Calculating file sizes...
=> Found "cryptiles@2.0.5"
info Reasons this module exists
- "i18next-node-locize-backend#request#hawk" depends on it
- Hoisted from "i18next-node-locize-backend#request#hawk#cryptiles"
info Disk size without dependencies: "36KB"
info Disk size with unique dependencies: "148KB"
info Disk size with transitive dependencies: "360KB"
info Number of shared dependencies: 2
✨ Done in 0.63s.
In other news; I did a review of the most up-to-date isomorphic (universal?) fetch façades; and cross-fetch came out on top. Perhaps use that instead of request?
In other news; I did a review of the most up-to-date isomorphic (universal?) fetch façades; and
cross-fetch
came out on top. Perhaps use that instead ofrequest
?