Socket
Socket
Sign inDemoInstall

subquest

Package Overview
Dependencies
71
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

2

lib/bingSearch.js

@@ -26,3 +26,3 @@ // Search bing.com using the 'domain:' dork and retrieve possible sub-domains.

var host = url.parse(link).host;
if(host && host.endsWith('.'+domainName)){
if(host && host.endsWith('.'+domainName) && list.indexOf(host) === -1){
list.push(host);

@@ -29,0 +29,0 @@ EE.emit('subdomain', host);

{
"name": "subquest",
"version": "1.1.0",
"version": "1.1.1",
"description": "Fast, Elegant subdomain scanner using nodejs",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc