
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.
grunt-asset-fingerprint
Advanced tools
grunt-asset-fingerprint works by appending a hash to all asset files. Find and replace is then used to identify references to these assets in your code so that they point at the new fingerprinted assets. Ideally this task works best at the end of the build process.
assetFingerprint: {
"options": {
"manifestPath": "dist/assets.json",
"findAndReplaceFiles": [
"dist/**/*.{js,css,html,xml}"
],
"keepOriginalFiles": false,
"cdnPrefixForRootPaths": "https://cdn.domain.com"
},
"dist": {
"files": [
{
"expand": true,
"cwd": "dist",
"src": [
"img/**/*",
"webfonts/**/*",
"js/app.js",
"css/app.css"
],
"dest": "dist"
}
]
}
}
npm install
grunt spec
FAQs
Generates asset fingerprints
The npm package grunt-asset-fingerprint receives a total of 4,026 weekly downloads. As such, grunt-asset-fingerprint popularity was classified as popular.
We found that grunt-asset-fingerprint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.