Socket
Book a DemoInstallSign in
Socket

deconstructed-word-list

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deconstructed-word-list

A list of words preprocessed with letter counts

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

deconstructed-word-list

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

Package last updated on 15 Jul 2019

Did you know?

Socket

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.

Install

Related posts