New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wonoly/favicons

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@wonoly/favicons

get favicons from any webpage

unpublished
latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

Favicons (1.0.6)

Instalation

In order to install @wonoly/favicons you will need npm or yarn

$ yarn add @wonoly/favicons

 # or with npm

$ npm i @wonoly/favicons

Usage

require("@wonoly/favicons");
// or with jsx6
import '@wonoly/favicons';


"http://npmjs.com".getFavicon()
// -> https://static.npmjs.com/b0f1a8318363185cc2ea6a40ac23eeb2.png

"http://github.com".getFavicon()
// -> https://github.githubassets.com/favicons/favicon.svg

for more information / usage check folder /tests

license

This package is under the GNU license

Keywords

favicon

FAQs

Package last updated on 18 Aug 2021

Did you know?

Socket

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