Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
sinhala-words
Advanced tools
A list of words in Sinhalese language for your autocompletion, spell-check and other use cases.
A list of words in Sinhalese language, sorted by alphabetical order. Contains ~25,000 words.
The list of words is trimmed, and stored in a flat text file si.txt
. Each word is separate by a new line character \n
.
An additional package.json
is provided to ease updating the list.
npm install --save sinhala-words
For Node-based projects, you can use this words list by splitting the list of words by \n
new line character.
const fs = require('fs');
// Get path to the words list.
onst sinhala_words_path= require('word-list');
const sinhala_words= fs.readFileSync(sinhala_words_path, 'utf8').split('\n');
// ['අභිචෝදකයා', 'අංකනය', 'අංකන', ...]
FAQs
A list of words in Sinhalese language for your autocompletion, spell-check and other use cases.
We found that sinhala-words demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Research
Security News
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.