Socket
Socket
Sign inDemoInstall

taxicab

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taxicab

Find the driver script that has a given module in its dependency tree


Version published
Weekly downloads
5
decreased by-83.87%
Maintainers
1
Weekly downloads
 
Created
Source

TaxiCab npm npm

Find a driver

npm install -g taxicab

Finds the driver script(s) that depend on a given module. This is helpful if you'd like to see which apps are affected by changes to a single module.

Usage

var findDriver = require('taxicab');

findDriver({
  file: 'path/to/a/js/file',
  directory: 'path/to/all/js,
  success: function(err, drivers) {
    console.log(drivers);
  }
});
  • You may pass additional options supported by get-driver-scripts to handle pulling driver scripts from a RequireJS build config or resolving aliased paths via a requirejs config.

Shell usage:

taxicab filename directory [buildConfig]

Prints:

path/to/a.js
path/to/b.js

Keywords

FAQs

Package last updated on 24 Dec 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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc