check-deps-versions
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -30,3 +30,3 @@ const path = require('path'); | ||
console.log(chalk.magenta(`Analyzing ${path.relative(__dirname, packageJsonPath)}`)); // eslint-disable-line no-console | ||
console.log(chalk.magenta(`Analyzing ${path.relative(process.cwd(), packageJsonPath)}`)); // eslint-disable-line no-console | ||
@@ -33,0 +33,0 @@ if (packageJsonPath === null) { |
{ | ||
"name": "check-deps-versions", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Check if dependencies specified in package.json are up to date with the latest available versions.", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
6865