Socket
Socket
Sign inDemoInstall

detail

Package Overview
Dependencies
74
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    detail

Details and Markdown viewer of your node packages/projects


Version published
Weekly downloads
34
increased by240%
Maintainers
1
Install size
2.64 MB
Created
Weekly downloads
 

Readme

Source

detail

Detail

The detail command allows you to get information about a nodejs package or project on a web page browsed using your default web browser.

Installation

The detail package needs to be installed globally:

$ npm install -g detail

How does it work

Once installed, you can run the command detail with path to your project as argument

$ detail /path/to/your/project

or

$ cd /path/to/your/project
$ detail

If you want to get details of a node module, you can run the command

$ detail /path/to/your/project moduleName

Or simply run the command detail with -m option:

$ detail -m moduleName

To get details of globally installed modules, simply use the -g option:

$ detail -g moduleName

License

MIT

Keywords

FAQs

Last updated on 21 Nov 2015

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