Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@comunica/actor-context-preprocess-source-to-destination

Package Overview
Dependencies
Maintainers
0
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-context-preprocess-source-to-destination

A source-to-destination context-preprocess actor

latest
Source
npmnpm
Version
4.4.1
Version published
Weekly downloads
6.3K
47.57%
Maintainers
0
Weekly downloads
 
Created
Source

Comunica Source To Destination Context Preprocess Actor

npm version

An Context Preprocess actor that defines the write destination only if a single query source has been defined.

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.

Install

$ yarn add @comunica/actor-context-preprocess-source-to-destination

Configure

After installing, this package can be added to your engine's configuration as follows:

{
  "@context": [
    ...
    "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-context-preprocess-source-to-destination/^4.0.0/components/context.jsonld"
  ],
  "actors": [
    ...
    {
      "@id": "urn:comunica:default:context-preprocess/actors#source-to-destination",
      "@type": "ActorContextPreprocessSourceToDestination"
    }
  ]
}

Keywords

comunica

FAQs

Package last updated on 25 Sep 2025

Did you know?

Socket

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.

Install

Related posts