@types/update-notifier
Advanced tools
Comparing version 2.0.0 to 2.2.0
@@ -1,4 +0,6 @@ | ||
// Type definitions for update-notifier 2.0 | ||
// Type definitions for update-notifier 2.2 | ||
// Project: https://github.com/yeoman/update-notifier | ||
// Definitions by: vvakame <https://github.com/vvakame>, Noah Chen <https://github.com/nchen63> | ||
// Definitions by: vvakame <https://github.com/vvakame> | ||
// Noah Chen <https://github.com/nchen63> | ||
// Jason Dreyzehner <https://github.com/bitjson> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -8,3 +10,5 @@ | ||
declare function UpdateNotifier(settings?: UpdateNotifier.Settings): UpdateNotifier.UpdateNotifier; | ||
declare function UpdateNotifier( | ||
settings?: UpdateNotifier.Settings | ||
): UpdateNotifier.UpdateNotifier; | ||
@@ -15,3 +19,3 @@ declare namespace UpdateNotifier { | ||
update: UpdateInfo; | ||
update?: UpdateInfo; | ||
check(): void; | ||
@@ -24,3 +28,3 @@ checkNpm(): void; | ||
pkg?: Package; | ||
callback?(update?: UpdateInfo): any; | ||
callback?(error: Error | null, update?: UpdateInfo): any; | ||
packageName?: string; | ||
@@ -27,0 +31,0 @@ packageVersion?: string; |
{ | ||
"name": "@types/update-notifier", | ||
"version": "2.0.0", | ||
"version": "2.2.0", | ||
"description": "TypeScript definitions for update-notifier", | ||
@@ -16,2 +16,7 @@ "license": "MIT", | ||
"githubUsername": "nchen63" | ||
}, | ||
{ | ||
"name": "Jason Dreyzehner", | ||
"url": "https://github.com/bitjson", | ||
"githubUsername": "bitjson" | ||
} | ||
@@ -26,4 +31,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "657cf535abeb49b3bbfe02bc779ddc75ba111fa6fef1ddab028c582434ae71f8", | ||
"typesPublisherContentHash": "711ecd388210360fa7595ee511eeb89f0a06e49996bd16afdb6de60ef31ef4a4", | ||
"typeScriptVersion": "2.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 18 Jan 2018 23:56:37 GMT | ||
* Last updated: Fri, 09 Mar 2018 00:09:11 GMT | ||
* Dependencies: none | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by vvakame <https://github.com/vvakame>, Noah Chen <https://github.com/nchen63>. | ||
These definitions were written by vvakame <https://github.com/vvakame>, Noah Chen <https://github.com/nchen63>, Jason Dreyzehner <https://github.com/bitjson>. |
Sorry, the diff of this file is not supported yet
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
4297
49