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.2.0 to 2.2.2-alpha.11.0

10

lib/Keys.d.ts

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

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

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

fetch: ActionContextKey<typeof fetch>;
/**
* HTTP request timeout in milliseconds.
*/
httpTimeout: ActionContextKey<number>;
};

@@ -147,2 +151,6 @@ export declare const KeysHttpMemento: {

limitIndicator: ActionContextKey<number>;
/**
* If the default graph should also contain the union of all named graphs.
*/
unionDefaultGraph: ActionContextKey<boolean>;
};

@@ -149,0 +157,0 @@ export declare const KeysRdfParseJsonLd: {

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

fetch: new core_1.ActionContextKey('@comunica/bus-http:fetch'),
/**
* HTTP request timeout in milliseconds.
*/
httpTimeout: new core_1.ActionContextKey('@comunica/bus-http:http-timeout'),
};

@@ -146,2 +150,6 @@ exports.KeysHttpMemento = {

limitIndicator: new core_1.ActionContextKey('@comunica/bus-query-operation:limitIndicator'),
/**
* If the default graph should also contain the union of all named graphs.
*/
unionDefaultGraph: new core_1.ActionContextKey('@comunica/bus-query-operation:unionDefaultGraph'),
};

@@ -148,0 +156,0 @@ exports.KeysRdfParseJsonLd = {

12

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

@@ -33,5 +33,7 @@ "main": "lib/index.js",

"dependencies": {
"@comunica/core": "^2.2.0",
"@comunica/types": "^2.2.0",
"jsonld-context-parser": "^2.1.5"
"@comunica/core": "2.2.2-alpha.11.0",
"@comunica/types": "2.2.2-alpha.11.0",
"@rdfjs/types": "*",
"jsonld-context-parser": "^2.1.5",
"sparqlalgebrajs": "^4.0.2"
},

@@ -41,3 +43,3 @@ "scripts": {

},
"gitHead": "00d4108e46250fb94b586bfb8caf5e8b1c704160"
"gitHead": "b122c1ac9a3382a65812c843727d752ad21d4846"
}
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