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.7.0 to 0.7.1

dist/es/sparqljs.d.ts

10

CHANGELOG.md

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

<a name="0.7.1"></a>
## [0.7.1](https://github.com/zazuko/query-rdf-data-cube/compare/v0.7.0...v0.7.1) (2020-01-13)
### Bug Fixes
* **types:** sparqljs.d.ts is part of npm package ([0c422fc](https://github.com/zazuko/query-rdf-data-cube/commit/0c422fc))
<a name="0.7.0"></a>

@@ -2,0 +12,0 @@ # [0.7.0](https://github.com/zazuko/query-rdf-data-cube/compare/v0.6.0...v0.7.0) (2019-12-12)

2

dist/es/expressions/operator.d.ts

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

resolve(mapping: Map<string, string>): IExpr;
readonly not: Operator;
get not(): Operator;
bound(): any;

@@ -24,0 +24,0 @@ gte(arg: IntoExpr): any;

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

resolve(mapping: Map<string, string>): IExpr;
readonly not: Operator;
get not(): Operator;
bound(): any;

@@ -24,0 +24,0 @@ gte(arg: IntoExpr): any;

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

@@ -45,30 +45,32 @@ "scripts": {

"@rdfjs/namespace": "^1.1.0",
"@types/clone": "^0.1.30",
"@types/jest": "^24.0.25",
"@types/node-fetch": "^2.5.4",
"@types/rdfjs__namespace": "^1.1.1",
"clone": "^2.1.2",
"node-fetch": "^2.6.0",
"node-slugify": "0.0.3",
"sparqljs": "^3.0.0"
"sparqljs": "^3.0.1"
},
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@types/clone": "^0.1.30",
"@types/jest": "^24.0.21",
"@types/node-fetch": "^2.5.2",
"conventional-changelog-cli": "^2.0.25",
"coveralls": "^3.0.7",
"@commitlint/cli": "^8.3.4",
"@commitlint/config-conventional": "^8.3.4",
"conventional-changelog-cli": "^2.0.31",
"coveralls": "^3.0.9",
"fetch-vcr": "~3.0.1",
"gh-pages": "^2.1.1",
"gh-pages": "^2.2.0",
"husky": "^3.0.9",
"jest": "^24.9.0",
"lint-staged": "^9.4.2",
"prettier": "^1.18.2",
"lint-staged": "^9.5.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"rollup": "^1.26.0",
"rollup-plugin-typescript2": "^0.24.3",
"ts-jest": "^24.1.0",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"typedoc": "^0.15.0",
"rollup": "^1.29.0",
"rollup-plugin-copy": "^3.1.0",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^24.3.0",
"ts-node": "^8.6.1",
"tslint": "^5.20.1",
"typedoc": "^0.16.2",
"typedoc-clarity-theme": "^1.1.0",
"typescript": "^3.6.4"
"typescript": "^3.7.4"
},

@@ -75,0 +77,0 @@ "jest": {

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