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.11-alpha.42.0 to 2.7.0

10

lib/Keys.d.ts

@@ -183,6 +183,2 @@ import { ActionContextKey } from '@comunica/core';

unionDefaultGraph: ActionContextKey<boolean>;
/**
* An indicator that the operator should apply blank node localization
*/
localizeBlankNodes: ActionContextKey<boolean>;
};

@@ -237,7 +233,1 @@ export declare const KeysRdfParseJsonLd: {

};
export declare const KeysRdfJoin: {
/**
* If adaptive joining must not be done.
*/
skipAdaptiveJoin: ActionContextKey<IDataDestination>;
};

12

lib/Keys.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeysRdfJoin = exports.KeysRdfUpdateQuads = exports.KeysRdfResolveQuadPattern = exports.KeysRdfParseHtmlScript = exports.KeysRdfParseJsonLd = exports.KeysQueryOperation = exports.KeysInitQuery = exports.KeysHttpProxy = exports.KeysHttpMemento = exports.KeysHttpWayback = exports.KeysHttp = exports.KeysCore = void 0;
exports.KeysRdfUpdateQuads = exports.KeysRdfResolveQuadPattern = 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");

@@ -183,6 +183,2 @@ /**

unionDefaultGraph: new core_1.ActionContextKey('@comunica/bus-query-operation:unionDefaultGraph'),
/**
* An indicator that the operator should apply blank node localization
*/
localizeBlankNodes: new core_1.ActionContextKey('@comunica/actor-query-operation:localizeBlankNodes'),
};

@@ -237,8 +233,2 @@ exports.KeysRdfParseJsonLd = {

};
exports.KeysRdfJoin = {
/**
* If adaptive joining must not be done.
*/
skipAdaptiveJoin: new core_1.ActionContextKey('@comunica/bus-rdf-join:skipAdaptiveJoin'),
};
//# sourceMappingURL=Keys.js.map

8

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

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

"dependencies": {
"@comunica/core": "2.6.11-alpha.42.0",
"@comunica/types": "2.6.11-alpha.42.0",
"@comunica/core": "^2.7.0",
"@comunica/types": "^2.7.0",
"@rdfjs/types": "*",

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

},
"gitHead": "8e8fd82eb1370399248b741602d9b1d46fab2d5d"
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91"
}

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