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 1.4.2 to 1.5.0

2

index.js

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

const unicode = emojiUnicode(emoji);
const unicode = emojiUnicode(emoji).replace(/\s+/g, '-');
const svg = await fs.readFile(

@@ -24,0 +24,0 @@ require.resolve(`twemoji/2/svg/${unicode}.svg`)

{
"name": "emoji-favicon-webpack-plugin",
"version": "1.4.2",
"version": "1.5.0",
"description": "Let webpack generate an emoji favicon for you",

@@ -34,6 +34,6 @@ "author": "Trevor Blades <tdblades@gmail.com>",

"jsdom": "^15.1.1",
"memory-fs": "^0.4.1",
"memory-fs": "^0.5.0",
"webpack": "^4.40.2"
},
"gitHead": "e83637c8525666b373c43abc67844efd6108ad1e"
"gitHead": "f147461be0934e70a431d051d18362da3b42d118"
}
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