ql.io-compiler
Advanced tools
Comparing version 0.4.7 to 0.4.8
@@ -176,3 +176,8 @@ /* | ||
} | ||
else { | ||
else if(_.isArray(obj)) { | ||
_.each(obj, function(v) { | ||
introspectObject(v, refname, index, dependency, symbols, dependsOn, id); | ||
}); | ||
} | ||
else if(_.isObject(obj)) { | ||
_.each(obj, function(v, n) { | ||
@@ -179,0 +184,0 @@ if(_.isString(v)) { |
{ | ||
"author": "ql.io", | ||
"name": "ql.io-compiler", | ||
"version": "0.4.7", | ||
"version": "0.4.8", | ||
"repository": { | ||
@@ -17,4 +17,4 @@ "type": "git", | ||
"devDependencies": { | ||
"nodeunit": "0.6.4" | ||
"nodeunit": "0.7.4" | ||
} | ||
} |
NPM Shrinkwrap
Supply chain riskPackage contains a shrinkwrap file. This may allow the package to bypass normal install procedures.
Found 1 instance in 1 package
278035
13
7949
1