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

favicns

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

favicns

Interface to download favicons as icns

latest
Source
npmnpm
Version
0.0.4
Version published
Maintainers
1
Created
Source

Favicns

Fetch favicons of website in icns format.
You should not use this.

$ npm install --save favicns
import favicns from 'favicns';
favicns('http://facebook.com', output).then((output) => {
  // Output is the output location of the .icns file.
  // Same as output before. Undefined if no favicon.
});

Keywords

favicns

FAQs

Package last updated on 23 Jul 2017

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