Socket
Socket
Sign inDemoInstall

nugnp

Package Overview
Dependencies
54
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nugnp

Analyze package.json and registry to build third-party dependencies report


Version published
Weekly downloads
2
Maintainers
1
Created
Weekly downloads
 

Readme

Source

Install

Node.js version >= 10.15 is required.

Install as global package

npm install nugnp -g

Set http_proxy environment variable

Usage

nugnp --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.

nugnp --target csv --out 'dependencies.csv'

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

Confluence

nugnp --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