Comparing version 0.0.1 to 0.0.2
@@ -10,2 +10,4 @@ var burrito = require('burrito'); | ||
if (src.toString().indexOf('require') == -1) return modules; | ||
burrito(src, function (node) { | ||
@@ -12,0 +14,0 @@ var isRequire = node.name === 'call' |
{ | ||
"name" : "detective", | ||
"description" : "Find all calls to require() no matter how crazily nested using a proper walk of the AST", | ||
"version" : "0.0.1", | ||
"version" : "0.0.2", | ||
"repository" : { | ||
@@ -6,0 +6,0 @@ "type" : "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13841
313