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

rcaptcha

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rcaptcha - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4-beta

src/lang.json

119

index.js

@@ -5,121 +5,4 @@ //||===---===---===---===---[===]---===---===---===---===||\\

var exec = require('exec');;
var request = require('getweb');
module.exports = require('./src/rCaptcha.js');
const roaliaVersion = request.get('https://registry.npmjs.org/rcaptcha');
const roaliaJson = JSON.parse(roaliaVersion.body);
const sonVer = roaliaJson['dist-tags'].latest;
const kulVer = require('./package.json').version
if (kulVer !== sonVer) {
class rollia {
constructor(rCaptcha) {
//||===---===---===---===---[===]---===---===---===---===||\\
const imUpdateControl = request.get(`https://unpkg.com/rcaptcha@${sonVer}/imup.json`);
const roaliiaJson = JSON.parse(imUpdateControl);
const c = roaliiaJson.home.important
if(c == true) {
console.log('Otomatik güncelleme devre dışı bırakıldı, köklü değişiklik istediği için lütfen modülü manuel olarak güncelleyiniz.');
return;
}
//||===---===---===---===---[===]---===---===---===---===||\\
function control() {
if (kulVer !== sonVer) {
console.log('Güncelleme Bulundu! [ = ]')
global.update = true;
return;
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
function paket() {
if(global.update == true) {
console.log('package.json İndirilmeye Başlandı. [ == ]')
exec(['rm', 'package.json'], function(err, out, code) {
global.p = 1
return
});
exec(['wget', `https://unpkg.com/rcaptcha@${sonVer}/package.json`], function(err, out, code) {
global.p = 2
return
});
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
function lang() {
if(global.update == true) {
console.log('lang.json İndirilmeye Başlandı. [ === ]')
exec(['rm', 'lang.json'], function(err, out, code) {
global.p = 1
return
});
exec(['wget', `https://unpkg.com/rcaptcha@${sonVer}/lang.json`], function(err, out, code) {
global.p = 2
return
});
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
function imup() {
if(global.update == true) {
console.log('imup.json İndirilmeye Başlandı. [ ==== ]')
exec(['rm', 'imup.json'], function(err, out, code) {
global.p = 1
return
});
exec(['wget', `https://unpkg.com/rcaptcha@${sonVer}/imup.json`], function(err, out, code) {
global.p = 2
return
});
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
function rcaptcha() {
if(global.update == true) {
console.log('rCaptcha.js İndirilmeye Başlandı.. [ ===== ]')
exec(['rm rCaptcha.js'], function(err, out, code) {
global.r = 1
});
exec(['wget', `https://unpkg.com/rcaptcha@${sonVer}/rCaptcha.js`], function(err, out, code) {
global.r = 2
});
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
function sonControl() {
if(global.update == true) {
console.log('İndirme Başarıyla Tamamlandı. [ ========== ]')
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
control();
setTimeout(paket, 2000);
setTimeout(lang, 4000);
setTimeout(imup, 8000);
setTimeout(rcaptcha, 12000);
setTimeout(sonControl, 16000);
}
}
//||===---===---===---===---[===]---===---===---===---===||\\
module.exports = rollia;
} else {
module.exports = require('./rCaptcha.js');
}
{
"bundleDependencies": false,
"name": "rcaptcha",
"version": "0.0.4-beta",
"description": "rCaptcha Human Verification | by Swôth#9990 & Roalia#0001",
"main": "index.js",
"scripts": {
"test": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Swothh/rCaptcha.git"
},
"dependencies": {
"canvas": "latest",
"latest-version": "latest"
},
"deprecated": false,
"description": "rCaptcha Human Verification | by Swôth#9990 & Roalia#0001",
"canvas": "latest",
"getweb": "latest",
"child_process": "latest",
"deasync": "latest",
"exec": "latest"
},
"keywords": [
"rennia",
"roalia",
"swoth",
"captcha",
"human",
"verification",
"rcaptcha"
"rennia",
"roalia",
"swoth",
"captcha",
"human",
"verification",
"rcaptcha",
"dogrulama",
"doğrulama",
"insan",
"doğrulaması",
"fake"
],
"author": "Roalia#0001 & Swôth#9990",
"license": "MIT",
"main": "index.js",
"name": "rcaptcha",
"version": "0.0.3"
"bugs": {
"url": "https://github.com/Swothh/rCaptcha/issues"
},
"homepage": "https://github.com/Swothh/rCaptcha#readme"
}

@@ -5,5 +5,5 @@ ## rCaptcha® | Human Verification

---
> **Used Packages:** `canvas` and `latest-version`
> **Used Packages:** `canvas`
---
> **Kullanılan Modüller:** `canvas` ve `latest-version`
> **Kullanılan Modüller:** `canvas`
---

@@ -101,3 +101,3 @@ ---

---
> **0.0.3 ▸ New developer (Roalia#0001) added, the number of lines has been reduced!**
> **0.0.3 ▸ New developer (Roalia#0001) added, the number of lines has been reduced, automatic update add!!**
---

@@ -104,0 +104,0 @@ > **0.0.2 ▸ A small bug was fixed!**

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