update-check
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -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 @@ |
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
9605
83