dom-goggles
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -86,3 +86,3 @@ const Zombie = require('zombie'); | ||
console.log(`> ${url} – ${results.length}/${tests.length} `); | ||
console.log('> '+results.join(', ')); | ||
console.log(' '+results.join(', ')); | ||
} | ||
@@ -89,0 +89,0 @@ resultsByWebpage[url] = solution; |
{ | ||
"name": "dom-goggles", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Look up keywords & their frequence over a list of pages", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
@@ -30,2 +30,2 @@ # dom-goggles | ||
Let me know if this helped you! PR's for deeper DOM introspection (such as having queryselectorAll or any js really in adittion to regex) are EXTREMELY welcome I just didn't have the need for its particular usage. | ||
Let me know if this helped you! PR's for deeper DOM introspection (such as having queryselectorAll or any js really in addition to regex) are EXTREMELY welcome, I just didn't have the need for its particular usage. |
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
6968