@mercuryworkshop/scramjet 1.0.1 → 2.0.0-alpha
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/LICENSE +3 -3
- package/README.md +65 -21
- package/dist/06813b79f94926ac.wasm +0 -0
- package/dist/09d5a95846afcaf1.wasm +0 -0
- package/dist/507621c43f70fc86.wasm +0 -0
- package/dist/63d477311eb50f38.wasm +0 -0
- package/dist/70102b41994b76de.wasm +0 -0
- package/dist/a31cde01c0b49ef3.wasm +0 -0
- package/dist/b4f3c1c0e4a92823.wasm +0 -0
- package/dist/d864ec42994880cb.wasm +0 -0
- package/dist/dbbe994629c3010c.wasm +0 -0
- package/dist/scramjet.all.js +194 -0
- package/dist/scramjet.all.js.map +1 -0
- package/dist/scramjet.bundle.js +194 -7
- package/dist/scramjet.bundle.js.map +1 -7
- package/dist/scramjet.sync.js +2 -0
- package/dist/scramjet.sync.js.map +1 -0
- package/dist/scramjet.wasm.wasm +0 -0
- package/lib/index.cjs +7 -0
- package/lib/index.d.ts +3 -3
- package/lib/noop.js +0 -0
- package/lib/types.d.ts +20 -0
- package/package.json +84 -54
- package/dist/scramjet.client.js +0 -1
- package/dist/scramjet.client.js.map +0 -7
- package/dist/scramjet.codecs.js +0 -3
- package/dist/scramjet.codecs.js.map +0 -7
- package/dist/scramjet.config.js +0 -1
- package/dist/scramjet.config.js.map +0 -7
- package/dist/scramjet.worker.js +0 -42
- package/dist/scramjet.worker.js.map +0 -7
- package/lib/index.js +0 -5
package/LICENSE
CHANGED
|
@@ -630,11 +630,11 @@ state the exclusion of warranty; and each file should have at least
|
|
|
630
630
|
the "copyright" line and a pointer to where the full notice is found.
|
|
631
631
|
|
|
632
632
|
<one line to give the program's name and a brief idea of what it does.>
|
|
633
|
-
Copyright (C)
|
|
633
|
+
Copyright (C) <year> <name of author>
|
|
634
634
|
|
|
635
635
|
This program is free software: you can redistribute it and/or modify
|
|
636
|
-
it under the terms of the GNU Affero General Public License as published
|
|
637
|
-
|
|
636
|
+
it under the terms of the GNU Affero General Public License as published by
|
|
637
|
+
the Free Software Foundation, either version 3 of the License, or
|
|
638
638
|
(at your option) any later version.
|
|
639
639
|
|
|
640
640
|
This program is distributed in the hope that it will be useful,
|
package/README.md
CHANGED
|
@@ -1,21 +1,65 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
1
|
+
<h3 align="center"><img width="80" alt="Browser.js" src="./assets/icon-256.png"></h3>
|
|
2
|
+
|
|
3
|
+
<h3 align="center">Highly Configurable Browser Environment for the Web</h3>
|
|
4
|
+
|
|
5
|
+
<p align="center">
|
|
6
|
+
<a href="https://puter.com/app/puter-browser-beta"><strong>« LIVE DEMO »</strong></a>
|
|
7
|
+
<br />
|
|
8
|
+
<br />
|
|
9
|
+
<a href="https://puter.com">Puter.com</a>
|
|
10
|
+
·
|
|
11
|
+
<a href="https://discord.com/invite/PQcx7Teh8u">Discord</a>
|
|
12
|
+
·
|
|
13
|
+
<a href="https://reddit.com/r/puter">Reddit</a>
|
|
14
|
+
·
|
|
15
|
+
<a href="https://twitter.com/HeyPuter">X</a>
|
|
16
|
+
</p>
|
|
17
|
+
<h3 align="center"><img style="border-radius:5px;" alt="screenshot" src="./assets/screenshot.png"></h3>
|
|
18
|
+
|
|
19
|
+
<br>
|
|
20
|
+
|
|
21
|
+
# Browser.js
|
|
22
|
+
|
|
23
|
+
"A browser in a browser!", Browser.js is a highly configurable browser environment for the web.
|
|
24
|
+
|
|
25
|
+
It can be used as:
|
|
26
|
+
|
|
27
|
+
- An end-to-end encrypted, cloud-based browser accessible from any device at anytime
|
|
28
|
+
- A headless browser that can be embedded in other websites and applications
|
|
29
|
+
- A fast, lightweight, and no-installation alternative to Puppeteer, Playwright, and Selenium
|
|
30
|
+
- An alternative to Ultraviolet, Rammerhead, and other web proxy browsers
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
## Getting Started
|
|
36
|
+
|
|
37
|
+
See [CONTRIBUTING.md](/CONTRIBUTING.md) for build instructions
|
|
38
|
+
|
|
39
|
+
> [!WARNING]
|
|
40
|
+
> Browser.js does not currently have site isolation! Do not use it for sensitive data!
|
|
41
|
+
|
|
42
|
+
<br>
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
## Support
|
|
46
|
+
|
|
47
|
+
Connect with the maintainers and community through these channels:
|
|
48
|
+
|
|
49
|
+
- Bug report or feature request? Please [open an issue](https://github.com/HeyPuter/browser.js/issues/new/choose).
|
|
50
|
+
- Discord: [discord.com/invite/PQcx7Teh8u](https://discord.com/invite/PQcx7Teh8u)
|
|
51
|
+
- X (Twitter): [x.com/HeyPuter](https://x.com/HeyPuter)
|
|
52
|
+
- Reddit: [reddit.com/r/puter/](https://www.reddit.com/r/puter/)
|
|
53
|
+
- Mastodon: [mastodon.social/@puter](https://mastodon.social/@puter)
|
|
54
|
+
- Security issues? [security@puter.com](mailto:security@puter.com)
|
|
55
|
+
- Email maintainers at [hi@puter.com](mailto:hi@puter.com)
|
|
56
|
+
|
|
57
|
+
We are always happy to help you with any questions you may have. Don't hesitate to ask!
|
|
58
|
+
|
|
59
|
+
<br/>
|
|
60
|
+
|
|
61
|
+
## License
|
|
62
|
+
|
|
63
|
+
This repository, including all its contents, sub-projects, modules, and components, is licensed under [AGPL-3.0](https://github.com/HeyPuter/puter/blob/main/LICENSE.txt) unless explicitly stated otherwise. Third-party libraries included in this repository may be subject to their own licenses.
|
|
64
|
+
|
|
65
|
+
<br/>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|