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

an-array-of-spanish-words

Package Overview
Dependencies
Maintainers
1
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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.npmignore

2

package.json
{
"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 @@

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