![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@outtacontrol/socks-domain-interceptor
Advanced tools
A route to delegate and intercept socks5 requests from socks-router with a DAT registry archive.
Reads a hyperdrive archive by the given domain name. The saved domain must contain a signature and a public key for the verification.
A toplevel domain (tld) contains a configuration file called tld.json
.
./tld.json
{
"name": "toplevel-domain-name",
"domain-expire-time": 7776000000
}
The name is the toplevel domain name. If you have a domain example
and your tld is code
then you call it in the browser as example.code
.
The domain-expire-time is the lifetime of the domain until it gets expired and must be renewed. This field is optional. If you leave it blank or set it to null, it will be ignored.
A domain entry is not a DNS call. It's a JSON file that can contain various information about the page. Signing is using the ed25519 curve and I'm using the sodium library.
./<tld-name>/mydomain.json
{
"sig": "... 128 byte hex string ...",
"owner": "... 64 byte hex string ...",
"created": 1234567890123,
"title": "custom page title for search engines and stuff",
"description": "custom page description",
"tags": ["custom", "tags", "for the sake of satan of course"],
"uri": "target URI (depends on the proxy)"
}
FAQs
A route to delegate and intercept socks5 requests from socks-router with a DAT registry archive.
The npm package @outtacontrol/socks-domain-interceptor receives a total of 1 weekly downloads. As such, @outtacontrol/socks-domain-interceptor popularity was classified as not popular.
We found that @outtacontrol/socks-domain-interceptor demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.