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

emoji-favicon-webpack-plugin

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

emoji-favicon-webpack-plugin - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/favicon.ico

6

lib/index.js

@@ -6,2 +6,6 @@ const render = require('favicon-emoji/lib/render');

class EmojiFaviconPlugin {
constructor(emoji) {
this.emoji = emoji;
}
apply(compiler) {

@@ -11,3 +15,3 @@ compiler.hooks.make.tapAsync(

(compilation, callback) =>
render('🇨🇦', [16, 32, 48])
render(this.emoji, [16, 32, 48])
.then(toIco)

@@ -14,0 +18,0 @@ .then(ico => {

2

package.json
{
"name": "emoji-favicon-webpack-plugin",
"version": "0.0.1",
"version": "0.0.2",
"description": "Let webpack generate an emoji favicon for you",

@@ -5,0 +5,0 @@ "author": "Trevor Blades <tdblades@gmail.com>",

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