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

@comunica/types

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/types - npm Package Compare versions

Comparing version 2.5.0 to 2.5.1-alpha.32.0

15

lib/IMetadata.d.ts

@@ -7,6 +7,7 @@ import type * as RDF from '@rdfjs/types';

export interface IMetadata<OrderItemsType extends RDF.Variable | RDF.QuadTermName> extends Record<string, any> {
state: IMetadataValidationState;
/**
* An estimate of the number of bindings in the source.
*/
cardinality: RDF.QueryResultCardinality;
cardinality: QueryResultCardinality;
/**

@@ -58,1 +59,13 @@ * If any of the bindings could contain an undefined variable binding.

export declare type MetadataQuads = IMetadata<RDF.QuadTermName>;
export declare type QueryResultCardinality = RDF.QueryResultCardinality & {
/**
* If this field is set, this means that the cardinality is defined across this whole dataset.
* If this field is not set, then the cardinality is only defined for the current stream.
*/
dataset?: string;
};
export interface IMetadataValidationState {
valid: boolean;
invalidate: () => void;
addInvalidateListener: (listener: () => void) => void;
}

@@ -39,2 +39,4 @@ import type * as RDF from '@rdfjs/types';

explain?: QueryExplainMode;
recoverBrokenLinks?: boolean;
localizeBlankNodes?: boolean;
}

4

package.json
{
"name": "@comunica/types",
"version": "2.5.0",
"version": "2.5.1-alpha.32.0",
"description": "Typings module for Comunica",

@@ -46,3 +46,3 @@ "lsd:module": true,

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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