Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dom-goggles

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-goggles - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

main.js

@@ -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.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc