vscode-package-metricsVisual Studio Code extension that collects and displays metrics, vulnerabilities and licenses found in a Node.js project. FeaturesExplore dependenciesExplore the dependencies and sub-dependencies of the analyzed package in your sidebar. Display metrics, used license and found vulnerabilitiesSee the collected scores, found vulnerabilities and the used license for a package in a single report view. See which dependency contains vulnerabilitiesIf an analyzed dependency contains a vulnerability, it will be visible in your Problems-Panel and the UsageTo run the extension, open a To display the results view for a dependency, click on the entry in the 'Node Packages' explorer tree view. RequirementsTo analyze a project, it is required that its dependencies are installed. Hence, to use the extension functionality, run Extension SettingsThis extension contributes the following settings:
Known Issues
Release Notes1.0.0Initial release. DevelopmentInstallationInstallation should be done through the project root. Building and TestingFor all available commands and their variations, refer to the
Important note for tests: Due to restrictions in stable VS Code builds, you cannot run tests from the command line while running a VS Code instance. Therefore, using the Running the ExtensionTo run the extension, execute the |