Socket
Socket
Sign inDemoInstall

@qualweb/crawler

Package Overview
Dependencies
114
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

4

dist/index.js

@@ -33,5 +33,5 @@ 'use strict';

!this.urls.includes(item.url)) {
this.urls.push(item.url);
const frame = this.frames[this.i = ++this.i % this.frames.length];
if (isRunning) {
this.urls.push(item.url);
const frame = this.frames[this.i = ++this.i % this.frames.length];
log_update_1.default('Crawled ' + this.crawledURLS++ + ' pages ' + `${frame}`);

@@ -38,0 +38,0 @@ }

{
"name": "@qualweb/crawler",
"version": "0.2.1",
"version": "0.2.2",
"description": "Webpage crawler for qualweb",

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

@@ -41,6 +41,6 @@ 'use strict';

!this.urls.includes(item.url)) {
this.urls.push(item.url);
const frame = this.frames[this.i = ++this.i % this.frames.length];
if (isRunning) {
this.urls.push(item.url);
const frame = this.frames[this.i = ++this.i % this.frames.length];
logUpdate('Crawled ' + this.crawledURLS++ + ' pages ' + `${frame}`);

@@ -47,0 +47,0 @@ }

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc