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 - npm Package Compare versions

Comparing version 2.1.1 to 2.2.0

12

index.js

@@ -8,2 +8,8 @@ var getDriverScripts = require('get-driver-scripts');

/**
* Used to memoize traversal of trees from all available drivers
* @type {Object}
*/
var cache = {};
/**
* Gets the driver script(s) that depend on the given module

@@ -33,2 +39,4 @@ *

options.success = function(err, drivers) {
debug('found the following driver scripts in the codebase: \n' + drivers.join('\n'));
var relatedDrivers = findRelatedDrivers({

@@ -70,3 +78,5 @@ drivers: drivers,

config: options.config,
webpackConfig: options.webpackConfig
webpackConfig: options.webpackConfig,
// On every call, this will be mutated with the final state of the traversal
visited: cache
});

@@ -73,0 +83,0 @@ });

8

package.json
{
"name": "taxicab",
"version": "2.1.1",
"version": "2.2.0",
"description": "Find the driver script that has a given module in its dependency tree",

@@ -33,5 +33,5 @@ "main": "index.js",

"commander": "^2.5.1",
"debug": "~2.2.0",
"dependency-tree": "~5.1.0",
"get-driver-scripts": "^1.0.1",
"debug": "^2.2.0",
"dependency-tree": "^5.1.0",
"get-driver-scripts": "^1.1.0",
"q": "^1.0.1"

@@ -38,0 +38,0 @@ },

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