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 6.0.4 to 6.0.5

2

update-notifier/index.d.ts

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

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