MCPcopy Create free account
hub / github.com/Azure/powershell / compare

Function compare

lib/index.js:5942–5944  ·  view source on GitHub ↗
(a, b, loose)

Source from the content-addressed store, hash-verified

5940
5941exports.compare = compare
5942function compare (a, b, loose) {
5943 return new SemVer(a, loose).compare(new SemVer(b, loose))
5944}
5945
5946exports.compareLoose = compareLoose
5947function compareLoose (a, b) {

Callers 8

compareLooseFunction · 0.85
rcompareFunction · 0.85
gtFunction · 0.85
ltFunction · 0.85
eqFunction · 0.85
neqFunction · 0.85
gteFunction · 0.85
lteFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…