New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

installed-local-npm-modules

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

installed-local-npm-modules

Retrieve all of project's local installed modules.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

installed-local-modules

NPM version Build Status Test coverage Dependency Status

Retrieve all of project's local installed modules.

Install

$ npm install installed-local-modules

Usage

var installedLocalModules = require('installed-local-modules');

installedLocalModules()
  .then(res => console.log(res));
//=>
// [
//   'chai',
//   'assertion-error',
//   'deep-eql',
//   'type-detect',
//   'type-detect',
// ...
// ]

API

installedLocalModules()

License

MIT © C.T. Lin

Keywords

installed

FAQs

Package last updated on 05 Jun 2016

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