Socket
Socket
Sign inDemoInstall

@comunica/context-entries

Package Overview
Dependencies
Maintainers
4
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.0.1-alpha.5.0 to 2.0.1-alpha.6.0

7

lib/Keys.d.ts
import { ActionContextKey } from '@comunica/core';
import type { Logger } from '@comunica/core';
import type { IPhysicalQueryPlanLogger, QueryExplainMode, IProxyHandler, ICliArgsHandler, DataSources, IDataSource, IDataDestination, MetadataBindings } from '@comunica/types';

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

*/
log: ActionContextKey<Logger>;
log: ActionContextKey<import("@comunica/core").Logger>;
};

@@ -177,2 +176,6 @@ export declare const KeysHttp: {

source: ActionContextKey<IDataSource>;
/**
* A map containing unique IDs for each source
*/
sourceIds: ActionContextKey<Map<IDataSource, string>>;
};

@@ -179,0 +182,0 @@ export declare const KeysRdfUpdateQuads: {

@@ -11,6 +11,7 @@ "use strict";

exports.KeysCore = {
// We create the core context keys in @comunica/core to avoid a cyclic dependency
/**
* A logger instance.
*/
log: new core_1.ActionContextKey('@comunica/core:log'),
log: core_1.CONTEXT_KEY_LOGGER,
};

@@ -175,2 +176,6 @@ exports.KeysHttp = {

source: new core_1.ActionContextKey('@comunica/bus-rdf-resolve-quad-pattern:source'),
/**
* A map containing unique IDs for each source
*/
sourceIds: new core_1.ActionContextKey('@comunica/bus-rdf-resolve-quad-pattern:sourceIds'),
};

@@ -177,0 +182,0 @@ exports.KeysRdfUpdateQuads = {

{
"name": "@comunica/context-entries",
"version": "2.0.1-alpha.5.0",
"version": "2.0.1-alpha.6.0",
"description": "A collection of reusable Comunica context key definitions.",

@@ -15,2 +15,3 @@ "main": "lib/index.js",

},
"sideEffects": false,
"keywords": [

@@ -33,4 +34,4 @@ "comunica",

"dependencies": {
"@comunica/core": "2.0.1-alpha.5.0",
"@comunica/types": "2.0.1-alpha.5.0",
"@comunica/core": "2.0.1-alpha.6.0",
"@comunica/types": "2.0.1-alpha.6.0",
"jsonld-context-parser": "^2.1.5"

@@ -41,3 +42,3 @@ },

},
"gitHead": "e2ae2e9e924bf0656df60cc99774f7e560d47695"
"gitHead": "bbf46a068e635256495a40e784a4691b22e88bd3"
}
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