
Security News
npm ‘is’ Package Hijacked in Expanding Supply Chain Attack
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
@comunica/actor-http-proxy
Advanced tools
An HTTP actor that can redirect HTTP actions through a proxy.
This module is part of the Comunica framework, and should only be used by developers that want to build their own query engine.
Click here if you just want to query with Comunica.
$ yarn add @comunica/actor-http-proxy
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-proxy/^4.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:http/actors#proxy",
"@type": "ActorHttpProxy",
"mediatorHttp": { "@id": "urn:comunica:default:http/mediators#main" },
"beforeActors": { "@id": "urn:comunica:default:http/actors#fetch" }
}
]
}
Use beforeActors
to indicate that this actor MUST always run before your default HTTP actor.
mediatorHttp
: A mediator over the HTTP bus.v4.2.0 - 2025-04-29
<a name="v4.1.0"></a>
FAQs
A proxy http actor
The npm package @comunica/actor-http-proxy receives a total of 10,674 weekly downloads. As such, @comunica/actor-http-proxy popularity was classified as popular.
We found that @comunica/actor-http-proxy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers 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
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.
Security News
A critical flaw in the popular npm form-data package could allow HTTP parameter pollution, affecting millions of projects until patched versions are adopted.
Security News
Bun 1.2.19 introduces isolated installs for smoother monorepo workflows, along with performance boosts, new tooling, and key compatibility fixes.