Socket
Socket
Sign inDemoInstall

update-check

Package Overview
Dependencies
Maintainers
6
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

update-check - npm Package Compare versions

Comparing version 1.5.2 to 1.5.3

2

index.js

@@ -22,3 +22,3 @@ // Native

if (!fs.existsSync(subDir)) {
mkdir(subDir);
await mkdir(subDir);
}

@@ -25,0 +25,0 @@

{
"name": "update-check",
"version": "1.5.2",
"version": "1.5.3",
"description": "Minimalistic update notifications for command line interfaces",

@@ -5,0 +5,0 @@ "main": "./index.js",

# update-check
[![npm version](https://img.shields.io/npm/v/update-check.svg)](https://www.npmjs.com/package/update-check)
[![install size](https://packagephobia.now.sh/badge?p=update-check)](https://packagephobia.now.sh/result?p=update-check)
This is a very minimal approach to update checking for [globally installed](https://docs.npmjs.com/getting-started/installing-npm-packages-globally) packages.

@@ -4,0 +7,0 @@

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