
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
cambridge-dictionary-api
Advanced tools
A powerful yet lightweight Node.js package for fetching word definitions, pronunciations and usage examples from the Cambridge Dictionary. Perfect for language learning apps, AI-driven assistants, and NLP projects.
npm install cambridge-dictionary-api
import { fetchDictionaryWord } from 'cambridge-dictionary-api';
const result = await fetchDictionaryWord('abandon');
console.log(result);
{
"word": "abandon",
"dialects": {
"us": {
"audio": "https://dictionary.cambridge.org/us/media/english/us_pron/a/aba/aband/abandon.mp3",
"phonetic": "/əˈbæn.dən/"
},
"uk": {
"audio": "https://dictionary.cambridge.org/us/media/english/uk_pron/u/uka/uka__/uka____013.mp3",
"phonetic": "/əˈbæn.dən/"
}
},
"definitions": [
{
"definition": "to leave a place, thing, or person, usually forever:",
"partOfSpeech": "verb",
"level": "B2",
"examples": [
"We had to abandon the car.",
"By the time the rebel troops arrived, the village had already been abandoned.",
"As a baby he was abandoned by his mother.",
"We were sinking fast, and the captain gave the order to abandon ship."
]
},
{
"definition": "to stop doing an activity before you have finished it:",
"partOfSpeech": "verb",
"level": "C1",
"examples": [
"The game was abandoned at halftime because of the poor weather conditions.",
"They had to abandon their attempt to climb the mountain.",
"The party has now abandoned its policy of unilateral disarmament."
]
}
],
"derivedForms": {
"noun": ["abandonment"]
}
}
Vladyslav Braslavskyi GitHub
Licensed under the MIT License - see the LICENSE file for details.
FAQs
API for Cambridge Dictionary
The npm package cambridge-dictionary-api receives a total of 11 weekly downloads. As such, cambridge-dictionary-api popularity was classified as not popular.
We found that cambridge-dictionary-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.