amdetective
Advanced tools
Comparing version 0.0.2 to 0.1.0
@@ -1,2 +0,2 @@ | ||
var esprima = require('esprima'), | ||
var esprima = require('esprima-fb'), | ||
parse = require('./lib/parse.js'); | ||
@@ -3,0 +3,0 @@ |
var lang = require('./lang.js'), | ||
esprima = require('esprima'); | ||
esprima = require('esprima-fb'); | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "amdetective", | ||
"version": "0.0.2", | ||
"version": "0.1.0", | ||
"description": "Like node-detective, but for AMD/r.js files. Finds all calls to `require()` in AMD modules by walking the AST.", | ||
@@ -24,4 +24,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"esprima": "~1.2.2" | ||
"esprima-fb": "^15001.1001.0-dev-harmony-fb" | ||
} | ||
} |
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
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
43642
0
1079
+ Addedesprima-fb@15001.1001.0-dev-harmony-fb(transitive)
- Removedesprima@~1.2.2
- Removedesprima@1.2.5(transitive)