| 13 | |
| 14 | // don't put it in the _cacache folder, just in npm's cache |
| 15 | const lastCheckedFile = npm => resolve(npm.flatOptions.cache, '../_update-notifier-last-checked') |
| 16 | |
| 17 | // Actual check for updates. This is a separate function so that we only load this if we are doing the actual update |
| 18 | const updateCheck = async (npm, spec, version, current) => { |
no test coverage detected
searching dependent graphs…