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

@comunica/types

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/types - npm Package Compare versions

Comparing version 2.5.3-alpha.37.0 to 2.5.3-alpha.39.0

5

lib/IQueryContext.d.ts

@@ -16,2 +16,6 @@ import type * as RDF from '@rdfjs/types';

export declare type QueryAlgebraContext = RDF.QueryAlgebraContext & RDF.QuerySourceContext<SourceType> & IQueryContextCommon;
export declare type FunctionArgumentsCache = Record<string, {
func?: any;
cache?: FunctionArgumentsCache;
}>;
/**

@@ -38,2 +42,3 @@ * Common query context interface

extensionFunctionCreator?: (functionNamedNode: RDF.NamedNode) => ((args: RDF.Term[]) => Promise<RDF.Term>) | undefined;
functionArgumentsCache?: FunctionArgumentsCache;
extensionFunctions?: Record<string, (args: RDF.Term[]) => Promise<RDF.Term>>;

@@ -40,0 +45,0 @@ explain?: QueryExplainMode;

4

package.json
{
"name": "@comunica/types",
"version": "2.5.3-alpha.37.0",
"version": "2.5.3-alpha.39.0",
"description": "Typings module for Comunica",

@@ -46,3 +46,3 @@ "lsd:module": true,

},
"gitHead": "e3b938940fa30b10bf2aa68a5f6ac3086399873a"
"gitHead": "dfad5aba52972f5e85debb3452f663c927e7bec5"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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