Socket
Socket
Sign inDemoInstall

find-favicon

Package Overview
Dependencies
53
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    find-favicon

find favicon.ico from html


Version published
Weekly downloads
3
Maintainers
1
Install size
4.61 MB
Created
Weekly downloads
 

Readme

Source

node-find-favicon Build Status

NPM

find favicon from html

##install

using npm:

npm install find-favicon

*or using package.json:

"find-favicon": "*"

##usage # Coffeescript finder = require 'find-favicon' finder "http://www.apple.com/",(error,favicon)-> console.log error if error console.log favicon

  # =>
  # [ { url: 'http://www.apple.com/favicon.ico',
        path: '/favicon.ico'
        } ]

Keywords

FAQs

Last updated on 07 Aug 2013

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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