Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

package-age

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

package-age - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

8

cli.js

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

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