Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@comunica/mediator-number
Advanced tools
A mediator that can mediate over a single number field. It can either choose the actor with the maximum or with the minimum value.
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-number
After installing, this mediator can be instantiated as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/mediator-number/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@type": "SomeActor",
"someMediator": {
"@id": "config-sets:sparql-queryoperators.json#mediatorQueryOperation",
"@type": "MediatorNumberMin",
"cmn:Mediator/Number/field": "httpRequests",
"ignoreErrors": true,
"cc:Mediator/bus": { "@id": "cbqo:Bus/QueryOperation" }
}
}
]
}
Instead of MediatorNumberMin
, MediatorNumberMax
could also be used to resolve to the maximum value.
cc:Mediator/bus
: Identifier of the bus to mediate over.cmn:Mediator/Number/field
: The field name to mediate over.cmn:Mediator/Number/ignoreErrors
: Optional flag to indicate if actors that throw test errors should be ignored, defaults to false.v1.18.0 - 2020-11-02
<a name="v1.17.0"></a>
FAQs
A mediator for a single mediation number value
The npm package @comunica/mediator-number receives a total of 9,869 weekly downloads. As such, @comunica/mediator-number popularity was classified as popular.
We found that @comunica/mediator-number 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.