crawler-url-parser
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
94421