package-age
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -19,6 +19,6 @@ #!/usr/bin/env node | ||
head: [ | ||
chalk.keyword('orange').underline('Name'), | ||
chalk.keyword('orange').underline('Type'), | ||
chalk.keyword('orange').underline('Version'), | ||
chalk.keyword('orange').underline('Last Publish') | ||
chalk.rgb(255, 165, 0).underline('Name'), | ||
chalk.rgb(255, 165, 0).underline('Type'), | ||
chalk.rgb(255, 165, 0).underline('Version'), | ||
chalk.rgb(255, 165, 0).underline('Last Publish') | ||
] | ||
@@ -25,0 +25,0 @@ }); |
{ | ||
"name": "package-age", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "A CLI for detecting old dependencies used in your project", | ||
@@ -19,18 +19,16 @@ "type": "module", | ||
"test": "npm run lint && npm run mocha", | ||
"coverage": "c8 report --reporter=text-lcov | coveralls" | ||
"coverage": "c8 report --reporter=text-lcov > coverage/lcov.info" | ||
}, | ||
"dependencies": { | ||
"chalk": "^4.1.2", | ||
"cli-table3": "^0.6.0", | ||
"commander": "^8.1.0", | ||
"read-pkg": "^7.0.0", | ||
"semver": "^7.3.5" | ||
"chalk": "^5.0.1", | ||
"cli-table3": "^0.6.3", | ||
"commander": "^9.4.0", | ||
"read-pkg": "^7.1.0", | ||
"semver": "^7.3.7" | ||
}, | ||
"devDependencies": { | ||
"c8": "^7.8.0", | ||
"chai": "^4.3.4", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^7.32.0", | ||
"mocha": "^9.1.1", | ||
"mocha-lcov-reporter": "^1.3.0" | ||
"c8": "^7.12.0", | ||
"chai": "^4.3.6", | ||
"eslint": "^8.24.0", | ||
"mocha": "^10.0.0" | ||
}, | ||
@@ -37,0 +35,0 @@ "repository": { |
@@ -1,2 +0,2 @@ | ||
# package-age [![travis](https://travis-ci.com/ENT8R/package-age.svg?branch=main)](https://travis-ci.com/ENT8R/package-age) [![dependencies](https://david-dm.org/ent8r/package-age/status.svg)](https://david-dm.org/ent8r/package-age) [![npm](https://img.shields.io/npm/v/package-age.svg)](https://www.npmjs.com/package/package-age) [![coverage](https://coveralls.io/repos/github/ENT8R/package-age/badge.svg?branch=main)](https://coveralls.io/github/ENT8R/package-age?branch=main) | ||
# package-age ![build](https://github.com/ENT8R/package-age/actions/workflows/test.yml/badge.svg?branch=main) [![npm](https://img.shields.io/npm/v/package-age.svg)](https://www.npmjs.com/package/package-age) [![coverage](https://coveralls.io/repos/github/ENT8R/package-age/badge.svg?branch=main)](https://coveralls.io/github/ENT8R/package-age?branch=main) | ||
@@ -3,0 +3,0 @@ |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
44700
4
1
+ Addedchalk@5.3.0(transitive)
+ Addedcommander@9.5.0(transitive)
- Removedansi-styles@4.3.0(transitive)
- Removedchalk@4.1.2(transitive)
- Removedcolor-convert@2.0.1(transitive)
- Removedcolor-name@1.1.4(transitive)
- Removedcommander@8.3.0(transitive)
- Removedhas-flag@4.0.0(transitive)
- Removedsupports-color@7.2.0(transitive)
Updatedchalk@^5.0.1
Updatedcli-table3@^0.6.3
Updatedcommander@^9.4.0
Updatedread-pkg@^7.1.0
Updatedsemver@^7.3.7