retrieve-favicon
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -79,2 +79,5 @@ const got = require("got"); | ||
n.push(nc); | ||
} else { | ||
var nc = "http://" + curr; | ||
n.push(nc); | ||
} | ||
@@ -81,0 +84,0 @@ } |
@@ -8,3 +8,3 @@ { | ||
"description": "Favicon retriever written in Node.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "index.js", | ||
@@ -11,0 +11,0 @@ "devDependencies": {}, |
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
6543
101