Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@comunica/mediator-combine-pipeline
Advanced tools
A comunica mediator that goes over all actors in sequence and forwards I/O. This requires the action input and the actor output to be of the same type.
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/mediator-sequential
After installing, this mediator can be instantiated as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-combine-pipeline/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@type": "SomeActor",
"someMediator": {
"@id": "config-sets:sparql-init.json#mediatorOptimizeQueryOperation",
"@type": "MediatorCombinePipeline",
"cc:Mediator/bus": { "@id": "cboqo:Bus/OptimizeQueryOperation" }
}
}
]
}
cc:Mediator/bus
: Identifier of the bus to mediate over.v1.18.0 - 2020-11-02
<a name="v1.17.0"></a>
FAQs
A sequential combine mediator
The npm package @comunica/mediator-combine-pipeline receives a total of 4,150 weekly downloads. As such, @comunica/mediator-combine-pipeline popularity was classified as popular.
We found that @comunica/mediator-combine-pipeline 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
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.