Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

croxy-api

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

croxy-api - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

app.js

@@ -237,3 +237,3 @@ const request = require('node-superfetch');

if(format) {
const y = format.replace("S", tarih.getHours() < 10 ? "0" + tarih.getHours() : tarih.getHours()).replace("D", tarih.getMinutes() < 10 ? "0" + tarih.getMinutes() : tarih.getMinutes()).replace("s", tarih.getSeconds() < 10 ? "0" + tarih.getSeconds() : tarih.getSeconds()).replace("G", tarih.getDate() < 10 ? "0" + tarih.getDate() : tarih.getDate()).replace("A", aylarYaziUzun[tarih.getMonth()]).replace("A_Kısa", aylarYaziKisa[tarih.getMonth()]).replace("A_Sayı", aylarSayi[tarih.getMonth()]).replace("Y", tarih.getFullYear()).replace("g", günlerUzun[tarih.getDay()]).replace("g_Uzun", günlerUzun[tarih.getDay()]).replace("g_Kısa", günlerKısa[tarih.getDay()])
const y = format.replace("S", tarih.getHours() < 10 ? "0" + tarih.getHours() : tarih.getHours()).replace("D", tarih.getMinutes() < 10 ? "0" + tarih.getMinutes() : tarih.getMinutes()).replace("s", tarih.getSeconds() < 10 ? "0" + tarih.getSeconds() : tarih.getSeconds()).replace("G", tarih.getDate() < 10 ? "0" + tarih.getDate() : tarih.getDate()).replace("A", aylarYaziUzun[tarih.getMonth()]).replace("Y", tarih.getFullYear()).replace("g", günlerUzun[tarih.getDay()])
return y

@@ -240,0 +240,0 @@ } else {

@@ -35,3 +35,3 @@ {

},
"version": "1.3.2"
"version": "1.3.3"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc