
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
TDK (Türk Dil Kurumu) sözlüğünden kelime anlamlarını, köken bilgilerini ve atasözlerini getiren Node.js paketi.
✅ Ücretsiz Kullanım!
🔍 Türkiye Türkçesi Sözlüğü (TDK) API Wrapper ile kelime anlamlarını, köken bilgilerini, atasözlerini ve örnek cümleleri kolayca alabilirsiniz.
Ayrıca, .txt
dosyası ile toplu kelime sorgulama ve CLI desteği ile terminalden kullanım mümkündür! 🚀
npm install -g turkce-js
📌 Global kurulum ile terminalde CLI desteğini kullanabilirsiniz!
✅ TDK Sözlük’ten kelime anlamlarını getirir.
✅ Kelimenin kökenini, eklerini, atasözlerini ve örnek cümlelerini döndürür.
✅ CLI desteği ile terminalden hızlı kullanım sağlar.
✅ .txt dosyası ile toplu kelime kontrolü yapabilirsiniz.
const { getWordDefinition, batchLookup } = require("turkce-js");
async function main() {
const kelime = await getWordDefinition("ağaç");
console.log(kelime);
}
main();
📌 Çıktı Örneği:
{
"word": "ağaç",
"meanings": ["Uzun ömürlü, odunsu gövdeli bitki."],
"origin": "Türkçe",
"suffix": null,
"proverbs": ["Ağaç yaşken eğilir."],
"examples": [
{
"sentence": "Bahçeye yeni bir ağaç diktik.",
"author": "Mehmet Akif"
}
],
"relatedWords": ["ağaçkakan", "ağaç işleri"]
}
📌 Tek Kelime Arama:
turkce-js kelime bilgisayar
⏩ Çıktı: "Veri işleme amacıyla kullanılan elektronik aygıt."
📌 Toplu Kelime Kontrolü (.txt
Dosyası ile)
Dosya (kelimeler.txt
):
ağaç
bilgisayar
sevgi
ışık
Terminalde çalıştır:
turkce-js dosya kelimeler.txt
⏩ Tüm kelimelerin anlamlarını içeren JSON çıktısı alırsınız.
Bu proje MIT Lisansı ile korunmaktadır.
🚀 Türkçeyi keşfetmeye hazır mısın? 🇹🇷
FAQs
TDK (Türk Dil Kurumu) sözlüğünden kelime anlamlarını, köken bilgilerini ve atasözlerini getiren Node.js paketi.
The npm package turkce-js receives a total of 9 weekly downloads. As such, turkce-js popularity was classified as not popular.
We found that turkce-js demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.