an-array-of-spanish-words
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "an-array-of-spanish-words", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "An array of ~250,000 Spanish words. Works with Node and Browserify.", | ||
@@ -5,0 +5,0 @@ "main": "palabras.json", |
@@ -8,4 +8,2 @@ # an-array-of-spanish-words | ||
See also [an-array-of-english-words])https://github.com/zeke/an-array-of-english-words) | ||
## Programmatic Usage | ||
@@ -23,3 +21,3 @@ | ||
var words = require("an-array-of-spanish-words") | ||
var funWords = words.filter(function(w) { return !!w.match(/^fun/i) }) | ||
var funWords = words.filter(word => !!word.match(/^fun/i)) | ||
console.log(funWords) | ||
@@ -37,2 +35,7 @@ ``` | ||
## See Also | ||
- [an-array-of-english-words](https://github.com/zeke/an-array-of-english-words) | ||
- [an-array-of-french-words](https://github.com/zeke/an-array-of-french-words) | ||
## Dependencies | ||
@@ -39,0 +42,0 @@ |
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
53
1
4063896
5
249389