šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

an-array-of-spanish-words

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

an-array-of-spanish-words

List of ~636,000 Spanish words

2.0.0
latest
Source
npm
Version published
Weekly downloads
25
-56.14%
Maintainers
2
Weekly downloads
Ā 
Created
Source

an-array-of-spanish-words

Build Downloads Size

List of ~636,000 Spanish words. Derived from the Letterpress word list.

Install

npm:

npm install an-array-of-spanish-words

Use

var words = require('an-array-of-spanish-words')

console.log(words.filter(d => /palabras/.test(d)))

Yields:

[
  'apalabras',
  'apalabrase',
  'apalabraseis',
  'apalabrasemos',
  'apalabrasen',
  // …and more
]

API

anArrayOfSpanishWords

Array.<string> — List of all Spanish words, lowercased.

CLI

Install the CLI globally:

npm i -g an-array-of-spanish-words

Now run palabras (or an-array-of-spanish-words) to print all words:

palabras

See an-array-of-english-words for more CLI examples.

License

MIT Ā© Zeke Sikelianos

Keywords

array

FAQs

Package last updated on 13 Feb 2020

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