Socket
Socket
Sign inDemoInstall

nugnu

Package Overview
Dependencies
11
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nugnu

Analyze .csproj and registry to build third-party dependencies report


Version published
Weekly downloads
2
Maintainers
1
Install size
9.55 MB
Created
Weekly downloads
 

Readme

Source

Install

Node.js version >= 10.15 is required.

Install as global package

npm install nugnu -g

Set http_proxy environment variable

Usage

nugnu --path .

path -- path to the project's root directory (default '.')

Targets

CSV (default)

Collected dependencies will be written into csv-file specified with out parameter.

nugnu --target csv --out 'dependencies.csv'

out -- result file name (default 'third-party.csv')

Confluence

nugnu --target confluence --server https://your.confluence.server --page 1111111 --space tst --credentials bG9naW46cGFzc3dvcmQ=

server -- confluence server space -- a key of the workspace page -- id of the page to update credentials -- base64 encoded login and password (login:password)

FAQs

Last updated on 04 Mar 2022

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc