Socket
Socket
Sign inDemoInstall

@comunica/context-entries

Package Overview
Dependencies
Maintainers
0
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 3.1.0 to 3.2.0

8

lib/Keys.d.ts

@@ -137,3 +137,3 @@ import { ActionContextKey } from '@comunica/core';

/**
* Explain mode of the query. Can be 'parsed', 'logical', or 'physical'.
* Explain mode of the query. Can be 'parsed', 'logical', 'physical', or 'physical-json'.
*/

@@ -242,2 +242,8 @@ explain: ActionContextKey<QueryExplainMode>;

};
export declare const KeysMergeBindingsContext: {
/**
* The data sources required to produce the binding
*/
sourcesBinding: ActionContextKey<string[]>;
};
export declare const KeysRdfJoin: {

@@ -244,0 +250,0 @@ /**

10

lib/Keys.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeysRdfJoin = exports.KeysRdfUpdateQuads = exports.KeysQuerySourceIdentify = exports.KeysRdfParseHtmlScript = exports.KeysRdfParseJsonLd = exports.KeysQueryOperation = exports.KeysInitQuery = exports.KeysHttpProxy = exports.KeysHttpMemento = exports.KeysHttpWayback = exports.KeysHttp = exports.KeysCore = void 0;
exports.KeysRdfJoin = exports.KeysMergeBindingsContext = exports.KeysRdfUpdateQuads = exports.KeysQuerySourceIdentify = exports.KeysRdfParseHtmlScript = exports.KeysRdfParseJsonLd = exports.KeysQueryOperation = exports.KeysInitQuery = exports.KeysHttpProxy = exports.KeysHttpMemento = exports.KeysHttpWayback = exports.KeysHttp = exports.KeysCore = void 0;
const core_1 = require("@comunica/core");

@@ -137,3 +137,3 @@ /**

/**
* Explain mode of the query. Can be 'parsed', 'logical', or 'physical'.
* Explain mode of the query. Can be 'parsed', 'logical', 'physical', or 'physical-json'.
*/

@@ -242,2 +242,8 @@ explain: new core_1.ActionContextKey('@comunica/actor-init-query:explain'),

};
exports.KeysMergeBindingsContext = {
/**
* The data sources required to produce the binding
*/
sourcesBinding: new core_1.ActionContextKey('@comunica/bus-merge-bindings-context:sourcesBinding'),
};
exports.KeysRdfJoin = {

@@ -244,0 +250,0 @@ /**

{
"name": "@comunica/context-entries",
"version": "3.1.0",
"version": "3.2.0",
"description": "A collection of reusable Comunica context key definitions.",

@@ -37,4 +37,4 @@ "license": "MIT",

"dependencies": {
"@comunica/core": "^3.1.0",
"@comunica/types": "^3.1.0",
"@comunica/core": "^3.2.0",
"@comunica/types": "^3.2.0",
"@rdfjs/types": "*",

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

},
"gitHead": "69d92988644c07b1b4831ba0a52073092d2f43af"
"gitHead": "87baf2afed021a254859e64b92f34d9b51c6a7db"
}

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