Socket
Socket
Sign inDemoInstall

taxicab

Package Overview
Dependencies
4
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

taxicab


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

TaxiCab

Find the driver script(s) that depend on the current module

npm install taxicab

Usage

var taxicab = require('taxicab');

taxicab(file, root, function(drivers) {

});

You may optionally supply a 4th argument that's the path to your requirejs configuration file.

If supplied, get-modules-to-build is used to look up the driver scripts. Otherwise, the driver scripts are computed via amd-driver-scripts.

Usage via the shell (assumes a global install npm install -g taxicab)

taxicab filename root [config]

Prints:

/a.js
/b.js

Keywords

FAQs

Last updated on 18 Jul 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc