Comparing version 1.0.4 to 1.0.5
@@ -28,10 +28,10 @@ "use strict"; | ||
request(service, function(err, response, address) { | ||
address = address.replace(/\s+/,""); //Remove whitespace | ||
if (address) address = address.replace(/\s+/,""); //Remove whitespace | ||
if (GetIP.isNotDone() && thisIsAnIP(address)) { | ||
GetIP.isDone(); | ||
callback(null, address, response.request.uri.href); | ||
} | ||
if (GetIP.isNotDone() && GetIP.isOnItsLastResponse()) { | ||
callback(true, null, null); | ||
} | ||
GetIP.isDone(); | ||
callback(null, address, response.request.uri.href) | ||
} | ||
if (GetIP.isNotDone() && GetIP.isOnItsLastResponse()) { | ||
callback(true, null, null) | ||
} | ||
completedRequests++ | ||
@@ -38,0 +38,0 @@ }); |
{ | ||
"name": "moira", | ||
"description": "Most Outstanding IP Reporting Assistant", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"homepage": "https://github.com/mjhasbach/MOIRA", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
5512
1