
Product
Introducing Webhook Events for Alert Changes
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.
package-json-analyzer
Advanced tools
A tool for analyzing npm dependencies and generating a detailed report.
This project is a tool for analyzing dependencies from a package.json file. It generates an HTML report that provides information about each dependency's repository. The report includes the star count, open issue count, last updated date, homepage (on both npm and GitHub), and the license type.
You can install this package via npm using the following command:
npm install package-json-analyzer
The main function getDependencyReport requires three parameters:
packageJsonPath: The path to the package.json file to analyze.outputHtmlPath: The path where the HTML report will be saved.githubToken: Your GitHub personal access token. This is required to use GitHub's API to fetch repository information.Here's an example of how you could use this function:
import getDependencyReport from 'package-json-analyzer';
const packageJsonPath = './path/to/your/package.json';
const outputHtmlPath = './path/to/output/report.html';
const githubToken = 'your github token here';
getDependencyReport(packageJsonPath, outputHtmlPath, githubToken);

This will create an HTML report at the specified outputHtmlPath. The report contains information about the dependency's GitHub and npm homepages, and the type of license.
A check is also performed on the type of license. Packages with licenses that may be considered risky for commercial development (like GPL, AGPL, SSPL) are highlighted. If such packages are found, their details will be displayed separately in the report.
Contributions are always welcome. Please make a pull request.
This project is licensed under the terms of the MIT license.
FAQs
A tool for analyzing npm dependencies and generating a detailed report.
The npm package package-json-analyzer receives a total of 1 weekly downloads. As such, package-json-analyzer popularity was classified as not popular.
We found that package-json-analyzer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.