You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

yarn-outdated-html

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yarn-outdated-html

Generate a HTML report for Yarn Outdated


Version published
Weekly downloads
256
decreased by-26.86%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

yarn-outdated-html

Generate a HTML report for Yarn Outdated

Install

$ yarn global add yarn-outdated-html

This package uses async/await and requires Node.js 7.6

Usage

To generate a report, run the following:

$ yarn outdated --json | yarn-outdated-html

By default the report will be saved to yarn-outdated.html

If you want to specify the output file, add the --output option:

yarn outdated --json | yarn-outdated-html --output report.html

If you want to exclude packages, add the --excludes option:

yarn outdated --json | yarn-outdated-html --excludes 'gulp, semver'

Inspired by yarn-audit-html package.

License

MIT

Keywords

FAQs

Package last updated on 26 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc