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

@qualweb/crawler

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qualweb/crawler - npm Package Compare versions

Comparing version 0.3.19 to 0.3.20

4

dist/index.js

@@ -195,3 +195,3 @@ "use strict";

for (const not of notHtml || []) {
if (href.endsWith(not)) {
if (href.endsWith(not) || href.includes('.' + not + '/')) {
valid = false;

@@ -230,3 +230,3 @@ break;

for (const not of notHtml || []) {
if (href.endsWith(not)) {
if (href.endsWith(not) || href.includes('.' + not + '/')) {
valid = false;

@@ -233,0 +233,0 @@ break;

{
"name": "@qualweb/crawler",
"version": "0.3.19",
"version": "0.3.20",
"description": "Webpage crawler for qualweb",

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

Sorry, the diff of this file is not supported yet

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