Socket
Book a DemoInstallSign in
Socket

@goatlab/dependency-check

Package Overview
Dependencies
Maintainers
3
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goatlab/dependency-check

NPM and JAVA dependency analyser

latest
npmnpm
Version
0.0.10
Version published
Maintainers
3
Created
Source

Dependency Checker

Analyze NPM and JAVA dependencies that your project depends on. Quickly view a list of open issues and aggregated data for each open-source package.

Check this link for more information on how packages are analyzed.

Installation

You can either install it globally

npm install -g @naturalcycles/dependency-check

or as one of your dev dependencies.

npm install --save-dev @naturalcycles/dependency-check

Running the checker

As dependency checker queries multiple Github sources, set your own github token while/before running it.

GITHUB_TOKEN=<my-github-token> nc-depcheck

Development

Clone this repo to your workspace

git clone https://github.com/NaturalCycles/dependency-check.git

install dependencies

npm install

link this package to be able to use it globally.

npm link

And finally build it in watch mode

npm run watch

FAQs

Package last updated on 21 Oct 2021

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