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, çeviri, veri kaydettirme, tarih, para birimine çevirme, dizi arama, şarkı sözü arama vb.
#Yenilikler
#Dökümasyon
const croxy = require('croxy-api')
#Veritabanı Sistemi
// croxy.api'yi Mükemmel! olarak ayarlıyoruz.
croxy.ayarla("croxy.api", "Mükemmel!")
//croxy.api'yi sıfırlıyoruz.
croxy.sıfırla("croxy.api")
//croxy.api verisini çekiyoruz.
croxy.veri("croxy.api")
//croxy.api verisi var mı, yok mu baktırıyoruz. Ayarlanmışsa "Var", ayarlanmamışsa "Yok" der.
croxy.varMı("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")
//Veriyi size direk verecektir.
croxy.döviz().then(x => x.USD) // USD birimi için gerekli olan şeyleri gösterir. (Eğer USD yerine EUR yaparsanız EURO için gösterir)
//Eğer birimin sadece alış kısmını göstertmek isterseniz şöyle yapın:
croxy.döviz().then(x => x.USD.alış)
croxy.kekoca("söyle gülüm ne var")
//Veriyi size direk verecektir.
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ış)
croxy.çeviri("en", "selam!")
//Veriyi size direk verecektir.
croxy.şifre(8)
//Veriyi size direk verecektir.
const tarih = new Date()
//Eğer formatsız yapmak isterseniz:
croxy.tarih(tarih)
//Formatlı yapmak isterseniz:
croxy.tarih(tarih, 'G A Y S:D:s') //"Gün Ay Yıl Saat:Dakika:Saniye" şeklinde verecektir. İstediğiniz gibi düzenleyebilirsiniz.
const tarih = new Date("1 January 1970")
croxy.süre(tarih)
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.