
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
@comunica/actor-http-memento
Advanced tools
An HTTP actor that uses implements the Memento protocol to perform time-based content negotiation.
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-memento
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-http-memento/^4.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:http/actors#memento",
"@type": "ActorHttpMemento",
"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 memento http actor
The npm package @comunica/actor-http-memento receives a total of 1,073 weekly downloads. As such, @comunica/actor-http-memento popularity was classified as popular.
We found that @comunica/actor-http-memento 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
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.