Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@comunica/context-entries

Package Overview
Dependencies
Maintainers
4
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/context-entries - npm Package Compare versions

Comparing version 1.21.1 to 1.21.4-alpha.4.0

28

lib/Keys.d.ts

@@ -15,3 +15,7 @@ export declare enum KeysCore {

*/
auth = "@comunica/bus-http:auth"
auth = "@comunica/bus-http:auth",
/**
* @range {(input: RequestInfo, init?: RequestInit) => Promise<Response>} Fetch function implementation.
*/
fetch = "@comunica/bus-http:fetch"
}

@@ -59,3 +63,23 @@ export declare enum KeysHttpMemento {

*/
queryTimestamp = "@comunica/actor-init-sparql:queryTimestamp"
queryTimestamp = "@comunica/actor-init-sparql:queryTimestamp",
/**
* @range {functionNamedNode: RDF.NamedNode) => ((args: RDF.Term[]) => Promise<RDF.Term>) | undefined}
* Extension function creator for a given function IRI.
* Returned value should be an async function implementation.
* Undefined may be returned if no implementation exists for the given function IRI.
*
* The dictionary-based extensionFunctions context entry may be used instead, but not simultaneously.
*/
extensionFunctionCreator = "@comunica/actor-init-sparql:extensionFunctionCreator",
/**
* @range {Record<string, (args: RDF.Term[]) => Promise<RDF.Term>>} Dictionary of extension functions.
* Key is the IRI of the function, and value is the async function implementation.
*
* The callback-based extensionFunctionCreator context entry may be used instead, but not simultaneously.
*/
extensionFunctions = "@comunica/actor-init-sparql:extensionFunctions",
/**
* @range {ICliArgsHandler[]} Enables manipulation of the CLI arguments and their processing.
*/
cliArgsHandlers = "@comunica/actor-init-sparql:cliArgsHandlers"
}

@@ -62,0 +86,0 @@ export declare enum KeysQueryOperation {

@@ -21,2 +21,6 @@ "use strict";

KeysHttp["auth"] = "@comunica/bus-http:auth";
/**
* @range {(input: RequestInfo, init?: RequestInit) => Promise<Response>} Fetch function implementation.
*/
KeysHttp["fetch"] = "@comunica/bus-http:fetch";
})(KeysHttp = exports.KeysHttp || (exports.KeysHttp = {}));

@@ -68,2 +72,22 @@ var KeysHttpMemento;

KeysInitSparql["queryTimestamp"] = "@comunica/actor-init-sparql:queryTimestamp";
/**
* @range {functionNamedNode: RDF.NamedNode) => ((args: RDF.Term[]) => Promise<RDF.Term>) | undefined}
* Extension function creator for a given function IRI.
* Returned value should be an async function implementation.
* Undefined may be returned if no implementation exists for the given function IRI.
*
* The dictionary-based extensionFunctions context entry may be used instead, but not simultaneously.
*/
KeysInitSparql["extensionFunctionCreator"] = "@comunica/actor-init-sparql:extensionFunctionCreator";
/**
* @range {Record<string, (args: RDF.Term[]) => Promise<RDF.Term>>} Dictionary of extension functions.
* Key is the IRI of the function, and value is the async function implementation.
*
* The callback-based extensionFunctionCreator context entry may be used instead, but not simultaneously.
*/
KeysInitSparql["extensionFunctions"] = "@comunica/actor-init-sparql:extensionFunctions";
/**
* @range {ICliArgsHandler[]} Enables manipulation of the CLI arguments and their processing.
*/
KeysInitSparql["cliArgsHandlers"] = "@comunica/actor-init-sparql:cliArgsHandlers";
})(KeysInitSparql = exports.KeysInitSparql || (exports.KeysInitSparql = {}));

@@ -70,0 +94,0 @@ var KeysQueryOperation;

4

package.json
{
"name": "@comunica/context-entries",
"version": "1.21.1",
"version": "1.21.4-alpha.4.0",
"description": "A collection of reusable Comunica context key definitions.",

@@ -37,3 +37,3 @@ "main": "index.js",

},
"gitHead": "3fbaed3a81172d762d85b8b53463430b983240b5"
"gitHead": "8155391e9dba0c4d9d04c08e3abc0999a11f329c"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc