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 3.0.1-alpha.43.0 to 3.0.1-alpha.44.0

5

lib/Keys.d.ts

@@ -225,2 +225,7 @@ import { ActionContextKey } from '@comunica/core';

hypermediaSourcesAggregatedStores: ActionContextKey<Map<string, IAggregatedStore<RDF.Quad, RDF.Store<RDF.Quad>>>>;
/**
* If links may be traversed from this source.
* This means that sources annotated with this flag are considered incomplete until all links have been traversed.
*/
traverse: ActionContextKey<boolean>;
};

@@ -227,0 +232,0 @@ export declare const KeysRdfUpdateQuads: {

@@ -225,2 +225,7 @@ "use strict";

hypermediaSourcesAggregatedStores: new core_1.ActionContextKey('@comunica/bus-query-source-identify:hypermediaSourcesAggregatedStores'),
/**
* If links may be traversed from this source.
* This means that sources annotated with this flag are considered incomplete until all links have been traversed.
*/
traverse: new core_1.ActionContextKey('@comunica/bus-query-source-identify:traverse'),
};

@@ -227,0 +232,0 @@ exports.KeysRdfUpdateQuads = {

8

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

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

"dependencies": {
"@comunica/core": "3.0.1-alpha.43.0",
"@comunica/types": "3.0.1-alpha.43.0",
"@comunica/core": "3.0.1-alpha.44.0",
"@comunica/types": "3.0.1-alpha.44.0",
"@rdfjs/types": "*",

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

},
"gitHead": "d11e44cf07d4699f9d2c51d5851b5ed443de1997"
"gitHead": "0b13082c2eef06a45298b30620323d0f956e1a3e"
}

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