New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

retrieve-favicon

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retrieve-favicon - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

index.js

@@ -26,3 +26,3 @@ const got = require("got");

if ($("[rel='fluid-icon']")) {e.push($("[rel='fluid-icon']").attr("href"))}
e = refine(e);
e = refine(e, url);
cb(null, e);

@@ -40,3 +40,3 @@ }).catch(function(err) {

if ($("[rel='fluid-icon']")) {e.push($("[rel='fluid-icon']").attr("href"))}
e = refine(e);
e = refine(e, url);
cb(null, e);

@@ -43,0 +43,0 @@ } else {

@@ -8,3 +8,3 @@ {

"description": "Favicon retriever written in Node.",
"version": "1.0.0",
"version": "1.0.1",
"main": "index.js",

@@ -11,0 +11,0 @@ "devDependencies": {},

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