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 - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

index.json

2

cli.js
#!/usr/bin/env node
process.stdout.write(require('./').join('\n'))
process.stdout.write(require('.').join('\n'))
{
"name": "an-array-of-spanish-words",
"version": "1.0.1",
"description": "An array of ~250,000 Spanish words. Works with Node and Browserify.",
"main": "palabras.json",
"bin": {
"palabras": "./cli.js",
"an-array-of-spanish-words": "./cli.js"
},
"scripts": {
"build": "node build.js > palabras.json"
},
"repository": "https://github.com/zeke/an-array-of-spanish-words",
"version": "2.0.0",
"description": "List of ~636,000 Spanish words",
"license": "MIT",
"keywords": [
"array",
"list",
"spanish",
"español",
"words",
"palabras",
"language",
"list",
"dictionary",
"espanol",
"palabras",
"corpus",
"wordlist"
],
"repository": "words/an-array-of-spanish-words",
"bugs": "https://github.com/words/an-array-of-spanish-words/issues",
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeke/an-array-of-spanish-words/issues"
"contributors": [
"Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"main": "index.json",
"bin": {
"palabras": "./cli.js",
"an-array-of-spanish-words": "./cli.js"
},
"homepage": "https://github.com/zeke/an-array-of-spanish-words#readme",
"files": [
"index.json",
"cli.js"
],
"dependencies": {},
"devDependencies": {
"byline": "^4.2.1",
"lodash.uniq": "^4.3.0"
"bail": "^1.0.0",
"concat-stream": "^2.0.0",
"prettier": "^1.0.0",
"remark-cli": "^7.0.0",
"remark-preset-wooorm": "^6.0.0",
"tape": "^4.0.0",
"xo": "^0.26.0"
},
"scripts": {
"generate": "node build",
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test-api": "node test",
"test": "npm run format && npm run test-api"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
}
}
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