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.3.0 to 0.3.1

10

CHANGELOG.md

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

<a name="0.3.1"></a>
## [0.3.1](https://github.com/zazuko/query-rdf-data-cube/compare/v0.3.0...v0.3.1) (2019-10-30)
### Bug Fixes
* use tuple type instead of array ([9cb5181](https://github.com/zazuko/query-rdf-data-cube/commit/9cb5181))
<a name="0.3.0"></a>

@@ -2,0 +12,0 @@ # [0.3.0](https://github.com/zazuko/query-rdf-data-cube/compare/v0.2.3...v0.3.0) (2019-10-30)

2

dist/es/query.d.ts

@@ -11,3 +11,3 @@ import { Literal, NamedNode } from "rdf-js";

declare type SelectsObj = Record<string, Component>;
declare type SelectsArr = Array<Array<string | Component>>;
declare type SelectsArr = Array<[string, Component]>;
export interface QueryOptions extends BaseOptions {

@@ -14,0 +14,0 @@ }

@@ -11,3 +11,3 @@ import { Literal, NamedNode } from "rdf-js";

declare type SelectsObj = Record<string, Component>;
declare type SelectsArr = Array<Array<string | Component>>;
declare type SelectsArr = Array<[string, Component]>;
export interface QueryOptions extends BaseOptions {

@@ -14,0 +14,0 @@ }

{
"name": "@zazuko/query-rdf-data-cube",
"version": "0.3.0",
"version": "0.3.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