New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

an-array-of-french-words

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

an-array-of-french-words

List of ~336,000 French words

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
19
decreased by-34.48%
Maintainers
2
Weekly downloads
 
Created
Source

an-array-of-french-words

Build Downloads Size

List of ~336,000 French words. Derived from the Letterpress word list.

Install

npm:

npm install an-array-of-french-words

Use

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

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

Yields:

[
  'guillemots',
  'marmots',
  'mots',
  'mots-clés',
  'mots-croisiste',
  // …and more
]

API

anArrayOfFrenchWords

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

CLI

Install the CLI globally:

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

Now run mots (or an-array-of-french-words) to print all words:

mots

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