Socket
Socket
Sign inDemoInstall

crawler-url-parser

Package Overview
Dependencies
37
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.1 to 2.0.2

2

crawler-url-parser.js

@@ -122,3 +122,3 @@ const URL = require('url');

if (currentUrl) {
if (currentUrl && currentUrl.normalized) {
if (urlMap.has(currentUrl.normalized)) {

@@ -125,0 +125,0 @@ let tmpUrl = urlMap.get(currentUrl.normalized);

{
"name": "crawler-url-parser",
"version": "2.0.1",
"version": "2.0.2",
"description": "An `URL` parser for crawling purpose.",

@@ -5,0 +5,0 @@ "main": "crawler-url-parser.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