Skip to main content
Module

x/deno_slack_hooks/check_update.ts>hasBreakingChange

Helper library implementing the contract between the Slack CLI and Slack application SDKs
Go to Latest
function hasBreakingChange
import { hasBreakingChange } from "https://deno.land/x/deno_slack_hooks@1.2.2/check_update.ts";

hasBreakingChange determines whether or not there is a major version difference of greater or equal to 1 between the current and latest version.

Parameters

current: string
latest: string

Returns

boolean