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

enb-favicons

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enb-favicons

enb favicons tech

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-69.23%
Maintainers
1
Weekly downloads
 
Created
Source

enb-favicons

ENB technology for favicons generation. Wrapper around favicons package.

Installing

npm install --save-dev enb-favicons

Options

Options are the same as in favicons package, except target (for enb tech process).

  • Object files — Paths to files. There are required fields: src & dest.
  • Object icons — Icon types.
  • Object settings — Additional settings.
  • Object favicon_generation — Complete JSON overwrite for the favicon_generation object.
  • String target — Target for technology. Required option.

Example

config.node('src/blocks/common.blocks/favicons', function(nodeConfig) {
    nodeConfig.addTech(require('enb-favicons/techs/enb-favicons'), {
        files : {
            src : 'public/favicons/src/favicon.png',
            dest : 'public/favicons/dest/',
            html : 'public/favicons/dest/favicons.html',
            iconsPath : '/favicons/dest/'
        },
        target : '?.bemhtml'
    });
    nodeConfig.addTargets([ '?.bemhtml' ]);
});

Keywords

FAQs

Package last updated on 06 Sep 2015

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

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