isOutdated

open fun isOutdated(component: String, version: String, newVersion: String): Boolean

Compares two SemVer-style versions to determine whether a component is outdated

Return

Whether newVersion is newer than version

Parameters

component

The name of the plugin

version

The local version of the plugin

newVersion

The latest version of the plugin