New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

viewbom

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

viewbom

A simple npx tool for viewing a cyclonedx bill of materials for a node app.

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

viewbom

A simple npx tool for viewing a cyclonedx bill of materials for a node project

Why?

It's extremely easy to generate a CycloneDX Bill of Materials from a node project. It should be equally easy to view them and connect to resources about the packages in your BOM.

How to use this?

  1. Generate a bill of materials for your project. Run this in the root folder of your project.
npm install @cyclonedx/bom -g
npx @cyclonedx/bom . -o bom.json
  1. Run viewbom.
npm install viewbom -g
npx viewbom bom.json output.html

Dependencies

  1. Mustache.js

Thanks

Thanks to the following people for their help.

FAQs

Package last updated on 20 Apr 2022

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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc