Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@types/update-notifier

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/update-notifier - npm Package Compare versions

Comparing version 2.0.0 to 2.2.0

14

update-notifier/index.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc