Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
lexico-dictionary
Advanced tools
A module that scrapes the Lexico dictionary to get meaning of words, examples etc.
A module that scrapes lexico.com to get the meanings of almost any word + audio and examples.
npm install lexico-dictionary
var lexico = require('lexico-dictionary');
lexico
.search('great')
.then((res) => {
console.log(res);
}).catch((err) => console.log(err));
{
phonetic: '/ɡrāt/',
pos: 'adjective',
audio: 'https://lex-audio.useremarkable.com/mp3/great_us_1.mp3',
origin: 'Old English grēat ‘big’, of West Germanic origin',
meanings: [
{
value: 'Of an extent, amount, or intensity considerably above the normal or average.',
type: 'n/a'
},
{ value: 'Very large and imposing.', type: 'informal' },
{
value: '(of a city) including adjacent urban areas.',
type: 'informal'
},
{
value: 'Of ability, quality, or eminence considerably above the normal or average.',
type: 'informal'
},
{
value: 'A title denoting the most important person of the name.',
type: 'dated'
},
{ value: 'Very good or satisfactory; excellent.', type: 'n/a' },
{
value: '(of a person) very skilled or capable in a particular area.',
type: 'n/a'
},
{
value: 'Used to indicate that someone or something particularly deserves a specified description.',
type: 'n/a'
},
{
value: 'Denoting the element of something that is the most important or the most worthy of consideration.',
type: 'n/a'
},
{
value: 'Used to reinforce another adjective of size or extent.',
type: 'n/a'
},
{
value: 'Used to express surprise, admiration, or contempt, especially in exclamations.',
type: 'n/a'
},
{
value: '(in names of family relationships) denoting one degree further removed upward or downward.',
type: 'n/a'
},
{ value: 'An important or distinguished person.', type: 'n/a' },
{ value: 'Excellently; very well.', type: 'n/a' },
{
value: 'A person who habitually does or is enthusiastic about something.',
type: 'n/a'
},
{ value: 'Expressing surprise or amazement.', type: 'n/a' },
{ value: 'In a substantial way; largely.', type: 'n/a' },
{ value: 'Of all sizes, classes, or types.', type: 'n/a' }
],
examples: [
'‘the article was of great interest’',
'‘a great ocean between them’',
'‘The Great Tit has all the characters of the other Parus species and is unmistakable given its large, robust size, relatively heavy bill and domed head.’',
'‘Greater Cleveland’',
'‘the great Italian conductor’',
'‘Alexander the Great’',
"‘I was a great fan of Hank's’",
'‘the great thing is the challenge’',
'‘a great big grin’',
'‘you great oaf!’',
'‘great-aunt’',
'‘the Beatles, Bob Dylan, all the greats’',
'‘Never in the strict sense of the word a clever man - even by the academic standard (he took only a third in Mods. and a second in Greats, and worked hard for them, too) - he became an extraordinarily well-educated one.’',
'‘my father was a great one for buying gadgets’',
'‘Great Scott! You scored two hundred and seventy-three!’',
'‘we are all to a great extent the product of our culture’',
'‘all creatures great and small’'
],
url: 'https://www.lexico.com/en/definition/great'
}
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
FAQs
A module that scrapes the Lexico dictionary to get meaning of words, examples etc.
The npm package lexico-dictionary receives a total of 2 weekly downloads. As such, lexico-dictionary popularity was classified as not popular.
We found that lexico-dictionary 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.