Skip to main content
Module

x/velociraptor/deps.ts>UpdateNotifier

The npm-style script runner for Deno
Latest
class UpdateNotifier
import { UpdateNotifier } from "https://deno.land/x/velociraptor@1.5.0/deps.ts";

Constructors

new
UpdateNotifier(unnamed 0: Options)

Properties

availableUpdate: Update | undefined
currentVersion: string | semver.SemVer
lastUpdateCheck
name: string
owner: string
registry: Registry
updateCheckInterval: number

Methods

checkForUpdates(configDir?): Promise<Update | undefined>
needsChecking(): boolean
notify(command?: string, overwrite?): void