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/^2.0.0/components/context.jsonld"
],
"actors": [
...
{
"@type": "SomeActor",
"someMediator": {
"@id": "#mediatorOptimizeQueryOperation",
"@type": "MediatorCombinePipeline",
"bus": { "@id": "ActorOptimizeQueryOperation:_default_bus" }
}
}
]
}
bus
: Identifier of the bus to mediate over.filterErrors
: Optional flag to indicate if actors that throw test errors should be filtered out of the pipeline, defaults to false.field
: Optional field to use for ordering (if the ordering strategy is chosen). Leave undefined if the test output is a number rather than an object.order
: Optional strategy of ordering the pipeline (increasing or decreasing).
v2.4.0 - 2022-08-24
<a name="v2.3.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.