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

@comunica/context-entries

Package Overview
Dependencies
Maintainers
5
Versions
76
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.5.0 to 2.5.1-alpha.32.0

6

lib/Keys.d.ts

@@ -227,1 +227,7 @@ import { ActionContextKey } from '@comunica/core';

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

8

lib/Keys.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
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.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;
const core_1 = require("@comunica/core");

@@ -227,2 +227,8 @@ /**

};
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.5.0",
"version": "2.5.1-alpha.32.0",
"description": "A collection of reusable Comunica context key definitions.",

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

"dependencies": {
"@comunica/core": "^2.5.0",
"@comunica/types": "^2.5.0",
"@comunica/core": "2.5.1-alpha.32.0",
"@comunica/types": "2.5.1-alpha.32.0",
"@rdfjs/types": "*",

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

},
"gitHead": "349d57f5d1e539200e980bdff96973c2e0b66caa"
"gitHead": "3f04fbcb28737ec68227d694c127236ecf46235d"
}

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