
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@connected-home/hivehome-webapp-favicons-webpack-plugin
Advanced tools
Favicon Generator for Hivehome Webapp
Connect Home Favicon Generator Plugin for Webpack Generates favicons, app-touch icons and descriptor/manifest files for IOS, Android, Windows and Generic favicons.
title
- The app name (will appear in browserconfig.xml
and manifest.json
files)
prefix
- A filename prefix to append to all output filenames. Note the string [hash]
in the prefix will be replaced by a sha256 hash of the source file.
platforms
- A map of configurations, supports: generic
, ios
, android
and windows
. Each must contain at least a reference to a source
file, but there are other platform-specific options too. See the example below.
Standard format favicons
IOS Format app-touch-icons
Android format manifest.json
and icons
Windows format browserconfig.xml
and icons
Notes:
ms-tile-...
file - the actual file size does not reflect the 'size' it is supposed to represent (except for the 144x144 which just is what it is)... cause... Microsoft!tileColor
config option as the background color.If you specify a filename prefix in the
const HivehomeWebappFaviconsWebpackPlugin = require('@connected-home/hivehome-webapp-favicons-webpack-plugin');
const config = {
/* ...webpack config here... */
plugins: [
new HivehomeWebappFaviconsWebpackPlugin({
title: 'Hive Home',
prefix: 'assets/[hash]-',
platforms: {
generic: {
source: path.join(__dirname, '../lib/assets/icons', 'favicon.png')
},
ios: {
source: path.join(__dirname, '../lib/assets/icons', 'app-icon.png'),
statusBar: 'black-translucent'
},
android: {
source: path.join(__dirname, '../lib/assets/icons', 'app-icon.png'),
themeColor: '#ec6e05',
backgroundColor: '#ffffff'
},
windows: {
source: path.join(__dirname, '../lib/assets/icons', 'app-icon.png'),
tileColor: '#ec6e05'
}
}
})
]
};
This project is licensed under MIT.
FAQs
Favicon Generator for Hivehome Webapp
The npm package @connected-home/hivehome-webapp-favicons-webpack-plugin receives a total of 16 weekly downloads. As such, @connected-home/hivehome-webapp-favicons-webpack-plugin popularity was classified as not popular.
We found that @connected-home/hivehome-webapp-favicons-webpack-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.