Socket
Socket
Sign inDemoInstall

lsmod

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    lsmod

fetch list of modules and versions installed for the project root


Version published
Weekly downloads
35K
decreased by-22.4%
Maintainers
1
Install size
3.92 kB
Created
Weekly downloads
 

Readme

Source

lsmod Build Status

lsmod fetches the list of modules and the versions loaded by the entry file for your node.js app.

use

var lsmod = require('lsmod');

// get an object with module version information
var modules = lsmod();

// modules is an object `key:version`
{
    express: '3.0.5',
    hbs: '2.0.1'
}

Note that the version is the actual installed version and not the dependency version string.

install via npm

npm install lsmod

Keywords

FAQs

Last updated on 08 May 2016

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