Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Gelişmiş bir Türkçe modül. Döviz, para birimine çevirme, dizi arama, şarkı sözü arama vb.
const croxy = require('croxy-api')
croxy.dizi("Lucifer")
//Kategoriler [Array] olarak gösterilir. Eğer [Array] ı göstertmek isterseniz şöyle yapın:
croxy.dizi("Lucifer").then(x => x.kategoriler)
//Eğer açıklamayı vs. göstertmek istiyorsanız şöyle yapın:
croxy.dizi("Lucifer").then(x => x.açıklama)
croxy.şarkı("Ezhel Felaket")
//Eğer şarkının sadece sözlerini almak isterseniz şöyle yapın:
croxy.şarkı("Ezhel Felaket").then(x => x.sözler)
croxy.döviz().then(x => x[0]) // USD birimi için gerekli olan şeyleri gösterir. (Eğer [0] yerine [1] yaparsanız başka bir şeyi gösterir)
//Eğer birimin sadece alış kısmını göstertmek isterseniz şöyle yapın:
croxy.döviz().then(x => x[0].alış)
croxy.kekoca("söyle gülüm ne var")
//Eğer sadece yazıyı almak isterseniz şöyle yapın:
croxy.kekoca("söyle gülüm ne var").then(x => x.kekoca)
croxy.birimçevir("USD", "5")
//Eğer sadece alış kısmını almak isterseniz şöyle yapın:
croxy.birimçevir("USD", "5").then(x => x.alış)
Çeviri sistemi ve film arama sistemi
FAQs
Gelişmiş bir Türkçe modül. Youtube, döviz, çeviri, veri kaydettirme, tarih, para birimine çevirme, dizi arama, film arama, şarkı sözü arama, 2 şehir arası kilometre hesabı, son daika haberler/normal haberler, Minecraft sunucu/oyuncu arama, Twtich kanal ar
The npm package croxy-api receives a total of 54 weekly downloads. As such, croxy-api popularity was classified as not popular.
We found that croxy-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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.