Socket
Socket
Sign inDemoInstall

npm-list-linked

Package Overview
Dependencies
15
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    npm-list-linked

List linked npm packages in a project; also recursively for chains of dependencies.


Version published
Weekly downloads
95
decreased by-39.1%
Maintainers
1
Install size
328 kB
Created
Weekly downloads
 

Readme

Source

npm-list-linked

List linked npm packages in a project; also recursively for chains of dependencies.

$ npm-list-linked
Linked packages in /home/user/projects/some-project/
    @prefix/package 0.2.7
        other-package 0.1.2

Use globally

npm i -g npm-list-linked
npm-list-linked [path to project root, default cwd]

Use in a project

npm i --save-dev npm-list-linked

package.json:

"scripts": {
    "linked": "npm-list-linked"
}

Run script:

npm run linked

Using as a module

const {getLinked} = require('npm-list-linked');
console.log(getLinked());

Keywords

FAQs

Last updated on 29 May 2019

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