@types/update-notifier
Advanced tools
Comparing version 6.0.4 to 6.0.5
@@ -11,3 +11,3 @@ // Type definitions for update-notifier 6.0 | ||
import UpdateNotifier, { NotifyOptions, Package, Settings, UpdateInfo } from './update-notifier.js'; | ||
import UpdateNotifier, { NotifyOptions, Package, Settings, UpdateInfo } from "./update-notifier.js"; | ||
@@ -14,0 +14,0 @@ /** Checks if there is an available update */ |
{ | ||
"name": "@types/update-notifier", | ||
"version": "6.0.4", | ||
"version": "6.0.5", | ||
"description": "TypeScript definitions for update-notifier", | ||
@@ -46,5 +46,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/update-notifier", | ||
}, | ||
"typesPublisherContentHash": "124a1c9e5379bffd1af82483e22171be1361eeb7a913796027d096bfe408da2d", | ||
"typesPublisherContentHash": "a87e329f75a21aeecad7ce01076a4cd05463cc7cb9cdb520645a3f14c1e95ea2", | ||
"typeScriptVersion": "4.5", | ||
"type": "module" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 21 May 2023 21:32:55 GMT | ||
* Last updated: Wed, 30 Aug 2023 19:35:34 GMT | ||
* Dependencies: [@types/boxen](https://npmjs.com/package/@types/boxen), [@types/configstore](https://npmjs.com/package/@types/configstore) | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -1,4 +0,4 @@ | ||
import ConfigStore from 'configstore'; | ||
import ConfigStore from "configstore"; | ||
import type { Options as BoxenOptions } from 'boxen'; | ||
import type { Options as BoxenOptions } from "boxen"; | ||
@@ -65,3 +65,3 @@ export default class UpdateNotifier { | ||
/** Type of current update */ | ||
readonly type: 'latest' | 'major' | 'minor' | 'patch' | 'prerelease' | 'build'; | ||
readonly type: "latest" | "major" | "minor" | "patch" | "prerelease" | "build"; | ||
/** Package name */ | ||
@@ -68,0 +68,0 @@ name: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package