Comparing version 1.2.8 to 1.2.9
{ | ||
"name": "astq", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Abstract Syntax Tree (AST) Query Engine", | ||
@@ -5,0 +5,0 @@ "main": "lib/astq.browser.js", |
{ | ||
"name": "astq", | ||
"version": "1.2.8", | ||
"version": "1.2.9", | ||
"description": "Abstract Syntax Tree (AST) Query Engine", | ||
@@ -26,3 +26,3 @@ "keywords": [ "abstract", "syntax", "tree", "query", "engine", "adaptable" ], | ||
"pegjs": "~0.8.0", | ||
"asty": "~1.0.8", | ||
"asty": "~1.0.9", | ||
"cache-lru": "~1.0.3" | ||
@@ -38,6 +38,6 @@ }, | ||
"grunt-mocha-test": "~0.12.7", | ||
"mocha": "~2.1.0", | ||
"chai": "~2.1.0", | ||
"babelify": "~5.0.3", | ||
"minifyify": "~6.3.0", | ||
"mocha": "~2.2.0", | ||
"chai": "~2.1.1", | ||
"babelify": "~5.0.4", | ||
"minifyify": "~6.3.2", | ||
"browserify-header": "~0.9.1", | ||
@@ -44,0 +44,0 @@ "browserify-derequire": "~0.9.2", |
@@ -30,5 +30,6 @@ /* | ||
return ( | ||
typeof node === "object" | ||
typeof node === "object" | ||
&& node !== null | ||
&& typeof node.type === "string" | ||
&& typeof node.loc === "object" | ||
&& node.type !== "" | ||
) | ||
@@ -44,3 +45,3 @@ } | ||
&& this.taste(node[field])) | ||
childs.push(node) | ||
childs.push(node[field]) | ||
else if ( node.hasOwnProperty(field) | ||
@@ -47,0 +48,0 @@ && typeof node[field] === "object" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
444382
6585
Updatedasty@~1.0.9