Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
const
ciInfo = require(
'ci-info'
)
4
const
gt = require(
'semver/functions/gt'
)
Callers
nothing calls this directly
Calls
6
updateNotifier
Function · 0.85
includes
Method · 0.80
some
Method · 0.80
get
Method · 0.65
require
Function · 0.50
test
Method · 0.45
Tested by
no test coverage detected