Socket
Socket
Sign inDemoInstall

@comunica/context-entries

Package Overview
Dependencies
Maintainers
5
Versions
71
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 2.6.7 to 2.6.8

6

lib/Keys.d.ts
import { ActionContextKey } from '@comunica/core';
import type { IPhysicalQueryPlanLogger, QueryExplainMode, IProxyHandler, ICliArgsHandler, DataSources, IDataSource, IDataDestination, MetadataBindings, FunctionArgumentsCache } from '@comunica/types';
import type { IPhysicalQueryPlanLogger, QueryExplainMode, IProxyHandler, ICliArgsHandler, DataSources, IDataSource, IDataDestination, MetadataBindings, FunctionArgumentsCache, IAggregatedStore } from '@comunica/types';
import type * as RDF from '@rdfjs/types';

@@ -225,2 +225,6 @@ import type { IDocumentLoader } from 'jsonld-context-parser';

sourceIds: ActionContextKey<Map<IDataSource, string>>;
/**
* Hypermedia sources mapping to their aggregated store.
*/
hypermediaSourcesAggregatedStores: ActionContextKey<Map<string, IAggregatedStore<RDF.Quad, RDF.Store<RDF.Quad>>>>;
};

@@ -227,0 +231,0 @@ export declare const KeysRdfUpdateQuads: {

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

sourceIds: new core_1.ActionContextKey('@comunica/bus-rdf-resolve-quad-pattern:sourceIds'),
/**
* Hypermedia sources mapping to their aggregated store.
*/
hypermediaSourcesAggregatedStores: new core_1.ActionContextKey('@comunica/bus-rdf-resolve-quad-pattern:hypermediaSourcesAggregatedStores'),
};

@@ -227,0 +231,0 @@ exports.KeysRdfUpdateQuads = {

8

package.json
{
"name": "@comunica/context-entries",
"version": "2.6.7",
"version": "2.6.8",
"description": "A collection of reusable Comunica context key definitions.",

@@ -34,4 +34,4 @@ "main": "lib/index.js",

"dependencies": {
"@comunica/core": "^2.6.7",
"@comunica/types": "^2.6.7",
"@comunica/core": "^2.6.8",
"@comunica/types": "^2.6.8",
"@rdfjs/types": "*",

@@ -44,3 +44,3 @@ "jsonld-context-parser": "^2.2.2",

},
"gitHead": "00ce278b46196e7c5e65241501d8e122cd4e4fd5"
"gitHead": "2fa7b3327a7be26a69a89a006f04e057ae930d03"
}

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