sandboxedjs 0.1.85 → 0.1.89
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.
- package/dist/index.cjs +250 -18
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +250 -18
- package/dist/index.js.map +1 -1
- package/dist/python/wheels/MarkupSafe-3.0.3-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/PyYAML-6.0.3-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/aiohttp-3.14.3-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/cffi-2.1.1-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/httptools-0.8.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/index.json +171 -0
- package/dist/python/wheels/pydantic_core-2.49.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/xxhash-4.0.1-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/dist/python/wheels/zstandard-0.25.0-cp313-cp313-emscripten_5_0_6_wasm32.whl +0 -0
- package/package.json +5 -5
|
Binary file
|
|
Binary file
|
|
@@ -19,6 +19,23 @@
|
|
|
19
19
|
"patches": []
|
|
20
20
|
}
|
|
21
21
|
},
|
|
22
|
+
{
|
|
23
|
+
"name": "markupsafe",
|
|
24
|
+
"version": "3.0.3",
|
|
25
|
+
"filename": "MarkupSafe-3.0.3-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
26
|
+
"sha256": "a04d9e56b36e72ef29c223103bdb5295fda4a9c41845a8b8b3364506c7cd8611",
|
|
27
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
28
|
+
"requires": [],
|
|
29
|
+
"provenance": {
|
|
30
|
+
"sourceTreeDigest": "fe3d71dec53c1e9496db3496c75f066f575d383943e50fe7ea6e0b64b629b457",
|
|
31
|
+
"recipeSha256": "295430d6938f3528da96182e922b9fdf77054ee00d7011b33a2b82e6f6175e9d",
|
|
32
|
+
"buildTools": [
|
|
33
|
+
"setuptools==84.0.0"
|
|
34
|
+
],
|
|
35
|
+
"nativeDependencies": [],
|
|
36
|
+
"patches": []
|
|
37
|
+
}
|
|
38
|
+
},
|
|
22
39
|
{
|
|
23
40
|
"name": "pyyaml",
|
|
24
41
|
"version": "6.0.2",
|
|
@@ -39,6 +56,100 @@
|
|
|
39
56
|
"patches": []
|
|
40
57
|
}
|
|
41
58
|
},
|
|
59
|
+
{
|
|
60
|
+
"name": "pyyaml",
|
|
61
|
+
"version": "6.0.3",
|
|
62
|
+
"filename": "PyYAML-6.0.3-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
63
|
+
"sha256": "9513f6e23d60f1ad18641e2a84747c0aeb591258955edeaf990ae7e06b419897",
|
|
64
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
65
|
+
"requires": [],
|
|
66
|
+
"provenance": {
|
|
67
|
+
"sourceTreeDigest": "a7fff5909bd00b47a1eb46316fc24e9c073fce2485566da7a0e90815562fd8ef",
|
|
68
|
+
"recipeSha256": "265ad05f7ebcec70831b4d1abda821f3cf096737729f6e174a2bf97e0fe9bc3f",
|
|
69
|
+
"buildTools": [
|
|
70
|
+
"setuptools==84.0.0",
|
|
71
|
+
"Cython==3.1.4"
|
|
72
|
+
],
|
|
73
|
+
"nativeDependencies": [
|
|
74
|
+
"yaml==0.2.5"
|
|
75
|
+
],
|
|
76
|
+
"patches": []
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "aiohttp",
|
|
81
|
+
"version": "3.14.3",
|
|
82
|
+
"filename": "aiohttp-3.14.3-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
83
|
+
"sha256": "3e3ed4859fa5dff9b9f2476c845e14a11a1ba38b389e20bcaaa8e47dd62d6948",
|
|
84
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
85
|
+
"requires": [
|
|
86
|
+
"aiohappyeyeballs>=2.5.0",
|
|
87
|
+
"aiosignal>=1.4.0",
|
|
88
|
+
"async-timeout<6.0,>=4.0; python_version < \"3.11\"",
|
|
89
|
+
"attrs>=17.3.0",
|
|
90
|
+
"frozenlist>=1.1.1",
|
|
91
|
+
"multidict<7.0,>=4.5",
|
|
92
|
+
"propcache>=0.2.0",
|
|
93
|
+
"typing_extensions>=4.4; python_version < \"3.13\"",
|
|
94
|
+
"yarl<2.0,>=1.17.0",
|
|
95
|
+
"aiodns>=3.3.0; (sys_platform != \"android\" and sys_platform != \"ios\") and extra == \"speedups\"",
|
|
96
|
+
"Brotli>=1.2; (platform_python_implementation == \"CPython\" and sys_platform != \"android\" and sys_platform != \"ios\") and extra == \"speedups\"",
|
|
97
|
+
"brotlicffi>=1.2; platform_python_implementation != \"CPython\" and extra == \"speedups\"",
|
|
98
|
+
"backports.zstd; (platform_python_implementation == \"CPython\" and python_version < \"3.14\" and sys_platform != \"android\" and sys_platform != \"ios\") and extra == \"speedups\""
|
|
99
|
+
],
|
|
100
|
+
"provenance": {
|
|
101
|
+
"sourceTreeDigest": "5662d225129f12941920b950f967589a87bd5f9c16d5592505f6e518692a6e6b",
|
|
102
|
+
"recipeSha256": "53617e75a966dae4e89984d23d35b8db0c8a63784ce6ac292ce201d9b177831b",
|
|
103
|
+
"buildTools": [
|
|
104
|
+
"setuptools==84.0.0",
|
|
105
|
+
"pkgconfig==1.6.0"
|
|
106
|
+
],
|
|
107
|
+
"nativeDependencies": [],
|
|
108
|
+
"patches": [
|
|
109
|
+
"0001-llhttp-native-callbacks-under-emscripten.patch"
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"name": "cffi",
|
|
115
|
+
"version": "2.1.1",
|
|
116
|
+
"filename": "cffi-2.1.1-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
117
|
+
"sha256": "aa98581fb4637d9d0a677eaad29509e80cb0c6f8e75287d9932e475a904d9fdd",
|
|
118
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
119
|
+
"requires": [
|
|
120
|
+
"pycparser; implementation_name != \"PyPy\""
|
|
121
|
+
],
|
|
122
|
+
"provenance": {
|
|
123
|
+
"sourceTreeDigest": "1dbf3663d2b2c3fffca618f33fa6f6f9d4958c9c0824325f32a3d94e0ef2dd72",
|
|
124
|
+
"recipeSha256": "d6801132e84a3651d70f8a625c57d1a58b995b766cdbabcdf8cd33697b83f8c1",
|
|
125
|
+
"buildTools": [
|
|
126
|
+
"setuptools==84.0.0"
|
|
127
|
+
],
|
|
128
|
+
"nativeDependencies": [
|
|
129
|
+
"ffi==3.8.0"
|
|
130
|
+
],
|
|
131
|
+
"patches": []
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
"name": "httptools",
|
|
136
|
+
"version": "0.8.0",
|
|
137
|
+
"filename": "httptools-0.8.0-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
138
|
+
"sha256": "26f817daa30fc65a636eac624ae4aacd5e8818c7a8b4950d557bd45ef33b2ade",
|
|
139
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
140
|
+
"requires": [],
|
|
141
|
+
"provenance": {
|
|
142
|
+
"sourceTreeDigest": "53f1ec592c052003bcd8f3ffab9bba9e4c1aba242f1f746ea8941cef7fc4d6ab",
|
|
143
|
+
"recipeSha256": "2c8459072223406c49cae3e1cfd8031819a94d45bd419ecb3790b73363e40cda",
|
|
144
|
+
"buildTools": [
|
|
145
|
+
"setuptools==84.0.0"
|
|
146
|
+
],
|
|
147
|
+
"nativeDependencies": [],
|
|
148
|
+
"patches": [
|
|
149
|
+
"0001-llhttp-native-callbacks-under-emscripten.patch"
|
|
150
|
+
]
|
|
151
|
+
}
|
|
152
|
+
},
|
|
42
153
|
{
|
|
43
154
|
"name": "msgpack",
|
|
44
155
|
"version": "1.1.0",
|
|
@@ -116,6 +227,25 @@
|
|
|
116
227
|
"patches": []
|
|
117
228
|
}
|
|
118
229
|
},
|
|
230
|
+
{
|
|
231
|
+
"name": "pydantic-core",
|
|
232
|
+
"version": "2.49.0",
|
|
233
|
+
"filename": "pydantic_core-2.49.0-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
234
|
+
"sha256": "878f086eb5736ba8b908dfb76671d8130c3a9f22dc1612da09a72c0757191b38",
|
|
235
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
236
|
+
"requires": [
|
|
237
|
+
"typing-extensions>=4.16.0"
|
|
238
|
+
],
|
|
239
|
+
"provenance": {
|
|
240
|
+
"sourceTreeDigest": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",
|
|
241
|
+
"recipeSha256": "bbf84cfbcadefd08044cc05e28390e4e5a5803251833bd668bcb7e3925a42639",
|
|
242
|
+
"buildTools": [
|
|
243
|
+
"setuptools==84.0.0"
|
|
244
|
+
],
|
|
245
|
+
"nativeDependencies": [],
|
|
246
|
+
"patches": []
|
|
247
|
+
}
|
|
248
|
+
},
|
|
119
249
|
{
|
|
120
250
|
"name": "sbx-c-probe",
|
|
121
251
|
"version": "1.0.0",
|
|
@@ -309,6 +439,47 @@
|
|
|
309
439
|
"0001-static-library-only.patch"
|
|
310
440
|
]
|
|
311
441
|
}
|
|
442
|
+
},
|
|
443
|
+
{
|
|
444
|
+
"name": "xxhash",
|
|
445
|
+
"version": "4.0.1",
|
|
446
|
+
"filename": "xxhash-4.0.1-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
447
|
+
"sha256": "6d6938deb4def23dc3d815651af484d4e75a35a354d13f406b410192913a062a",
|
|
448
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
449
|
+
"requires": [],
|
|
450
|
+
"provenance": {
|
|
451
|
+
"sourceTreeDigest": "86f8d1362cff2b5e28767e0a8d3839fa99bbcd93cc21bd879e682084ceabc452",
|
|
452
|
+
"recipeSha256": "a2d5a096ffb2d40042c73cd8c14f8ff215a11c6f039e4e88163d219e714203d3",
|
|
453
|
+
"buildTools": [
|
|
454
|
+
"setuptools==84.0.0"
|
|
455
|
+
],
|
|
456
|
+
"nativeDependencies": [],
|
|
457
|
+
"patches": [
|
|
458
|
+
"0001-meth-noargs-signatures.patch"
|
|
459
|
+
]
|
|
460
|
+
}
|
|
461
|
+
},
|
|
462
|
+
{
|
|
463
|
+
"name": "zstandard",
|
|
464
|
+
"version": "0.25.0",
|
|
465
|
+
"filename": "zstandard-0.25.0-cp313-cp313-emscripten_5_0_6_wasm32.whl",
|
|
466
|
+
"sha256": "43bff80a5ba349739c45f3dd53843c00a2b6c5b7e2a6f5542cf48c408dcce3ca",
|
|
467
|
+
"abiId": "sbxabi1-c2637d04695ad927",
|
|
468
|
+
"requires": [
|
|
469
|
+
"cffi~=1.17; (platform_python_implementation != \"PyPy\" and python_version < \"3.14\") and extra == \"cffi\"",
|
|
470
|
+
"cffi>=2.0.0b; (platform_python_implementation != \"PyPy\" and python_version >= \"3.14\") and extra == \"cffi\""
|
|
471
|
+
],
|
|
472
|
+
"provenance": {
|
|
473
|
+
"sourceTreeDigest": "ae85638fab917b3b5e674bf4b6e4752ff69e8e82f3dff57d5ce3ee5881b21146",
|
|
474
|
+
"recipeSha256": "6aea2ccb942fcee96f0420f670814a6fd37b7ca1ff854cfa240eb67b3d17ae1f",
|
|
475
|
+
"buildTools": [
|
|
476
|
+
"setuptools==84.0.0",
|
|
477
|
+
"cffi==2.1.1",
|
|
478
|
+
"packaging==26.3"
|
|
479
|
+
],
|
|
480
|
+
"nativeDependencies": [],
|
|
481
|
+
"patches": []
|
|
482
|
+
}
|
|
312
483
|
}
|
|
313
484
|
]
|
|
314
485
|
}
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sandboxedjs",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.89",
|
|
4
4
|
"description": "A Linux-like container that runs entirely inside Node.js — POSIX shell, ~140 coreutils, Node.js and Python runtimes, virtual filesystem and networking. No Docker, no VM, no native modules.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"module": "./dist/index.js",
|
|
13
13
|
"types": "./dist/index.d.ts",
|
|
14
14
|
"bin": {
|
|
15
|
-
"sandboxedjs": "
|
|
16
|
-
"sbx": "
|
|
17
|
-
"sandboxedjs-serve": "
|
|
18
|
-
"sandboxedjs-build-wheels": "
|
|
15
|
+
"sandboxedjs": "bin/sandboxedjs.mjs",
|
|
16
|
+
"sbx": "bin/sandboxedjs.mjs",
|
|
17
|
+
"sandboxedjs-serve": "bin/sandboxedjs-serve.mjs",
|
|
18
|
+
"sandboxedjs-build-wheels": "bin/sandboxedjs-build-wheels.mjs"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|