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

@zazuko/query-rdf-data-cube

Package Overview
Dependencies
Maintainers
4
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zazuko/query-rdf-data-cube - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.2.1"></a>
## [0.2.1](https://github.com/zazuko/query-rdf-data-cube/compare/v0.2.0...v0.2.1) (2019-10-21)
### Bug Fixes
* export new types ([a25a2e3](https://github.com/zazuko/query-rdf-data-cube/commit/a25a2e3))
<a name="0.2.0"></a>

@@ -2,0 +12,0 @@ # [0.2.0](https://github.com/zazuko/query-rdf-data-cube/compare/v0.1.2...v0.2.0) (2019-10-21)

11

dist/es/entrypoint.d.ts
import { NamedNode } from "rdf-js";
import { DataCube } from "./datacube";
import { SparqlFetcherOptions } from "./sparqlfetcher";
/**
* @ignore
*/
export interface BaseOptions {
languages?: string[];
fetcher?: SparqlFetcherOptions;
}
export interface ExtraMetadatum {

@@ -12,6 +13,2 @@ variable: string;

}
export interface BaseOptions {
languages?: string[];
fetcher?: SparqlFetcherOptions;
}
export interface EntryPointOptions extends BaseOptions {

@@ -18,0 +15,0 @@ extraMetadata?: ExtraMetadatum[];

@@ -6,4 +6,4 @@ import { Attribute, Dimension, Measure } from "./components";

import { DataCube, Label } from "./datacube";
import { DataCubeEntryPoint, EntryPointOptions, SerializedDataCubeEntryPoint } from "./entrypoint";
import { BaseOptions, DataCubeEntryPoint, EntryPointOptions, ExtraMetadatum, SerializedDataCubeEntryPoint } from "./entrypoint";
import { SparqlFetcher, SparqlFetcherOptions } from "./sparqlfetcher";
export { Attribute, Binding, DataCubeEntryPoint, DataCube, Query, Dimension, EntryPointOptions, QueryOptions, SparqlFetcherOptions, Label, Measure, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, toLiteral, };
export { Attribute, BaseOptions, Binding, DataCube, DataCubeEntryPoint, Dimension, EntryPointOptions, ExtraMetadatum, Label, Measure, Query, QueryOptions, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, SparqlFetcherOptions, toLiteral, };
import { NamedNode } from "rdf-js";
import { DataCube } from "./datacube";
import { SparqlFetcherOptions } from "./sparqlfetcher";
/**
* @ignore
*/
export interface BaseOptions {
languages?: string[];
fetcher?: SparqlFetcherOptions;
}
export interface ExtraMetadatum {

@@ -12,6 +13,2 @@ variable: string;

}
export interface BaseOptions {
languages?: string[];
fetcher?: SparqlFetcherOptions;
}
export interface EntryPointOptions extends BaseOptions {

@@ -18,0 +15,0 @@ extraMetadata?: ExtraMetadatum[];

@@ -6,4 +6,4 @@ import { Attribute, Dimension, Measure } from "./components";

import { DataCube, Label } from "./datacube";
import { DataCubeEntryPoint, EntryPointOptions, SerializedDataCubeEntryPoint } from "./entrypoint";
import { BaseOptions, DataCubeEntryPoint, EntryPointOptions, ExtraMetadatum, SerializedDataCubeEntryPoint } from "./entrypoint";
import { SparqlFetcher, SparqlFetcherOptions } from "./sparqlfetcher";
export { Attribute, Binding, DataCubeEntryPoint, DataCube, Query, Dimension, EntryPointOptions, QueryOptions, SparqlFetcherOptions, Label, Measure, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, toLiteral, };
export { Attribute, BaseOptions, Binding, DataCube, DataCubeEntryPoint, Dimension, EntryPointOptions, ExtraMetadatum, Label, Measure, Query, QueryOptions, SerializedComponent, SerializedDataCubeEntryPoint, SparqlFetcher, SparqlFetcherOptions, toLiteral, };
{
"name": "@zazuko/query-rdf-data-cube",
"version": "0.2.0",
"version": "0.2.1",
"description": "Query (or introspect) [RDF Data Cubes](https://www.w3.org/TR/vocab-data-cube/) with a JavaScript API, without writing SPARQL.",

@@ -5,0 +5,0 @@ "scripts": {

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