Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/npm/cli
/ registryIsDefault
Method
registryIsDefault
lib/trust-cmd.js:194–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
get registryIsDefault () {
195
return
this.npm.config.defaults.registry === this.npm.config.get(
'registry'
)
196
}
197
198
// generic
199
static bodyToOptions (body) {
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected