@mercuryworkshop/scramjet 2.0.0-alpha → 2.0.1-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/dist/c34a4f083a11eae2.wasm +0 -0
- package/dist/scramjet.js +33 -0
- package/dist/scramjet.js.map +1 -0
- package/dist/scramjet.mjs +33 -0
- package/dist/scramjet.mjs.map +1 -0
- package/dist/scramjet.wasm.wasm +0 -0
- package/dist/scramjet_bundled.js +33 -0
- package/dist/scramjet_bundled.js.map +1 -0
- package/dist/scramjet_bundled.mjs +33 -0
- package/dist/scramjet_bundled.mjs.map +1 -0
- package/dist/types/client/client.d.ts +91 -0
- package/dist/types/client/entry.d.ts +5 -0
- package/dist/types/client/events.d.ts +38 -0
- package/dist/types/client/helpers.d.ts +1 -0
- package/dist/types/client/index.d.ts +7 -0
- package/dist/types/client/location.d.ts +2 -0
- package/dist/types/client/shared/eval.d.ts +3 -0
- package/dist/types/client/shared/sourcemaps.d.ts +19 -0
- package/dist/types/client/shared/wrap.d.ts +4 -0
- package/dist/types/client/singletonbox.d.ts +14 -0
- package/dist/types/fetch/index.d.ts +80 -0
- package/dist/types/index.d.ts +9 -0
- package/dist/types/shared/cookie.d.ts +18 -0
- package/dist/types/shared/headers.d.ts +13 -0
- package/dist/types/shared/htmlRules.d.ts +6 -0
- package/dist/types/shared/index.d.ts +23 -0
- package/dist/types/shared/rewriters/css.d.ts +4 -0
- package/dist/types/shared/rewriters/html.d.ts +6 -0
- package/dist/types/shared/rewriters/index.d.ts +6 -0
- package/dist/types/shared/rewriters/js.d.ts +11 -0
- package/dist/types/shared/rewriters/url.d.ts +11 -0
- package/dist/types/shared/rewriters/wasm.d.ts +8 -0
- package/dist/types/shared/rewriters/worker.d.ts +3 -0
- package/dist/types/shared/security/index.d.ts +1 -0
- package/dist/types/shared/security/siteTests.d.ts +1 -0
- package/dist/types/symbols.d.ts +7 -0
- package/dist/types/types.d.ts +114 -0
- package/lib/index.d.ts +5 -0
- package/package.json +98 -84
- package/LICENSE +0 -661
- package/README.md +0 -65
- 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 +0 -194
- package/dist/scramjet.all.js.map +0 -1
- package/dist/scramjet.bundle.js +0 -194
- package/dist/scramjet.bundle.js.map +0 -1
- package/dist/scramjet.sync.js +0 -2
- package/dist/scramjet.sync.js.map +0 -1
- package/lib/noop.js +0 -0
package/README.md
DELETED
|
@@ -1,65 +0,0 @@
|
|
|
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
|