Huge News!Announcing our $40M Series B led by Abstract Ventures.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
  • Socket score

Version published
Maintainers
2
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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc