New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

depen

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

depen

Get the infomation of dependencies in the project.

0.1.8
latest
Source
npm
Version published
Weekly downloads
4
300%
Maintainers
1
Weekly downloads
 
Created
Source

Depen

npm version travis dependencies devDependencies License

Get the infomation of dependencies in the project.

Install

$ npm i --save depen

or

$ npm i -g depen

Usage

var depen = require('depen');

depen('./', function (err, dependencies) {
  if (err) {
    throw err;
  }

  console.log(dependencies);
});

CLI

$ depen [-r] [target project]

License

MIT

Keywords

cli

FAQs

Package last updated on 02 Nov 2015

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