Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MALSync/MALSync
/ greaterCurrentVersion
Function
greaterCurrentVersion
src/utils/version.ts:12–14 ·
view source on GitHub ↗
(version: string)
Source
from the content-addressed store, hash-verified
10
}
11
12
export
function
greaterCurrentVersion(version: string): boolean {
13
return
semverGt(version, getCurrentVersion()) && version !== getCurrentVersion();
14
}
Callers
1
init
Method · 0.90
Calls
1
getCurrentVersion
Function · 0.85
Tested by
no test coverage detected