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.1 to 0.2.2

10

CHANGELOG.md

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

<a name="0.2.2"></a>
## [0.2.2](https://github.com/zazuko/query-rdf-data-cube/compare/v0.2.1...v0.2.2) (2019-10-23)
### Features
* **component:** query scale of measure ([0a422c6](https://github.com/zazuko/query-rdf-data-cube/commit/0a422c6))
<a name="0.2.1"></a>

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

@@ -8,2 +8,3 @@ import { Term } from "rdf-js";

labels: Label[];
extraMetadata: object;
};

@@ -53,2 +54,5 @@ /**

iri: Term;
extraMetadata: {
[key: string]: Term;
};
aggregateType: string;

@@ -77,2 +81,3 @@ isDistinct: boolean;

labels?: Label[];
extraMetadata?: object;
});

@@ -79,0 +84,0 @@ /**

@@ -8,2 +8,3 @@ import { Term } from "rdf-js";

labels: Label[];
extraMetadata: object;
};

@@ -53,2 +54,5 @@ /**

iri: Term;
extraMetadata: {
[key: string]: Term;
};
aggregateType: string;

@@ -77,2 +81,3 @@ isDistinct: boolean;

labels?: Label[];
extraMetadata?: object;
});

@@ -79,0 +84,0 @@ /**

6

package.json
{
"name": "@zazuko/query-rdf-data-cube",
"version": "0.2.1",
"version": "0.2.2",
"description": "Query (or introspect) [RDF Data Cubes](https://www.w3.org/TR/vocab-data-cube/) with a JavaScript API, without writing SPARQL.",

@@ -48,3 +48,3 @@ "scripts": {

"node-slugify": "0.0.3",
"sparqljs": "^3.0.0-beta.0"
"sparqljs": "^3.0.0"
},

@@ -59,3 +59,3 @@ "devDependencies": {

"coveralls": "^3.0.7",
"fetch-vcr": "^3.0.1",
"fetch-vcr": "~3.0.1",
"gh-pages": "^2.1.1",

@@ -62,0 +62,0 @@ "husky": "^3.0.9",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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