
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.
deconstructed-word-list
Advanced tools
A list of words preprocessed with letter counts. Useful for descrambling.
Each word in the array is formatted like this:
[ "word", { W: 1, O: 1, R: 1, D: 1 } ]
where the second element of the array is an object that contains the count of each letter in the word.
There are a lot of words here, and it results in a very large import. Since in many cases you don't need all of those words, you also have the ability to import just a subset based on length:
var wordList = ( 'deconstructed-word-list/up-to-10' ); // Words up to 10 letters long.
FAQs
A list of words preprocessed with letter counts
We found that deconstructed-word-list 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.