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.0 to 1.0.1

README.md

14

main.js

@@ -89,4 +89,4 @@ const Zombie = require('zombie');

})();
console.log(results);
console.log(`> ${url} – ${results.length}/${tests.length} `);
console.log('> '+results.join(', '));
}

@@ -105,14 +105,2 @@ resultsByWebpage[url] = solution

main(
['http://facebook.com','http://youtube.com','http://yahoo.com'],
['<div'],
{report: true}
).then(results => {
console.log(' ')
console.log(' –––––– ')
console.log(' ')
console.log(results);
}).catch(e => {})
module.exports = main;
{
"name": "dom-goggles",
"version": "1.0.0",
"version": "1.0.1",
"description": "Look up keywords & their frequence over a list of pages",
"main": "main.js",
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec"
"test": "./node_modules/.bin/mocha --reporter nyan"
},

@@ -9,0 +9,0 @@ "engines": {

@@ -7,2 +7,5 @@ const expect = require("chai").expect;

this.timeout(5000);
it("looks for a body tag on google.com", function(done) {

@@ -9,0 +12,0 @@

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