
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
hash-resources
Advanced tools
Creates hashed version of resources for cache invalidation purposes
Turns
<link rel="stylesheet" href="css/styles.css">
<script src="js/main.js"></script>
into
<link rel="stylesheet" href="css/styles-c9a7c7ed62.css">
<script src="js/main-d1a111ea32.js"></script>
Hash is MD5 of the content.
npm install hash-resources
Default settings (link and script tags with -hash appended to file name)
hash-resources example/index.html > example/index.after.html
Explicit config matching default settings
hash-resources --selector=link@href --selector=script@src --name="{path}-{hash}{extension}" example/index.html > example/index.after.html
Path, hash and extension are variables from which you can construct a file name. Extension already contains a dot (.)
Hash in query param
hash-resources --query=v example/index.html > example/index.after.html
FAQs
Creates hashed version of resources for cache invalidation purposes
The npm package hash-resources receives a total of 0 weekly downloads. As such, hash-resources popularity was classified as not popular.
We found that hash-resources 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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.