MCPcopy Index your code
hub / github.com/nodejs/node / update-notifier.js

File update-notifier.js

deps/npm/lib/cli/update-notifier.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// print a banner telling the user to upgrade npm to latest but not in CI, and not if we're doing that already.
2
3const ciInfo = require('ci-info')
4const gt = require('semver/functions/gt')

Callers

nothing calls this directly

Calls 6

updateNotifierFunction · 0.85
includesMethod · 0.80
someMethod · 0.80
getMethod · 0.65
requireFunction · 0.50
testMethod · 0.45

Tested by

no test coverage detected