
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@comunica/actor-optimize-query-operation-rewrite-copy
Advanced tools
A rewrite-copy optimize-query-operation actor
An Optimize Query Operation actor that rewrites COPY operators as DELETEINSERT operations.
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-optimize-query-operation-rewrite-copy
After installing, this package can be added to your engine's configuration as follows:
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-optimize-query-operation-rewrite-copy/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "urn:comunica:default:optimize-query-operation/actors#rewrite-copy",
"@type": "ActorOptimizeQueryOperationRewriteCopy"
}
]
}
v4.2.0 - 2025-04-29
<a name="v4.1.0"></a>
FAQs
A rewrite-copy optimize-query-operation actor
The npm package @comunica/actor-optimize-query-operation-rewrite-copy receives a total of 1,385 weekly downloads. As such, @comunica/actor-optimize-query-operation-rewrite-copy popularity was classified as popular.
We found that @comunica/actor-optimize-query-operation-rewrite-copy 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.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.