sparqlalgebrajs
Advanced tools
Comparing version 2.5.0 to 2.5.1
{ | ||
"name": "sparqlalgebrajs", | ||
"version": "2.5.0", | ||
"version": "2.5.1", | ||
"description": "Convert SPARQL to SPARQL algebra", | ||
@@ -13,21 +13,21 @@ "author": "Joachim Van Herwegen", | ||
"dependencies": { | ||
"fast-deep-equal": "^3.1.1", | ||
"fast-deep-equal": "^3.1.3", | ||
"minimist": "^1.2.5", | ||
"rdf-data-factory": "^1.0.0", | ||
"rdf-data-factory": "^1.0.4", | ||
"rdf-isomorphic": "^1.2.0", | ||
"rdf-string": "^1.5.0", | ||
"sparqljs": "^3.1.1" | ||
"sparqljs": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.11", | ||
"@types/minimist": "^1.2.0", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^13.9.1", | ||
"@types/rdf-js": "^4.0.0", | ||
"chai": "^4.2.0", | ||
"mocha": "^8.0.0", | ||
"nyc": "^15.0.0", | ||
"@types/chai": "^4.2.15", | ||
"@types/minimist": "^1.2.1", | ||
"@types/mocha": "^8.2.1", | ||
"@types/node": "^14.14.31", | ||
"@types/rdf-js": "^4.0.1", | ||
"chai": "^4.3.0", | ||
"mocha": "^8.3.0", | ||
"nyc": "^15.1.0", | ||
"pre-commit": "^1.2.2", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.0" | ||
"ts-node": "^9.1.1", | ||
"typescript": "^4.2.2" | ||
}, | ||
@@ -34,0 +34,0 @@ "scripts": { |
# SPARQL to SPARQL Algebra converter | ||
[![npm version](https://badge.fury.io/js/sparqlalgebrajs.svg)](https://www.npmjs.com/package/sparqlalgebrajs) | ||
[![Build Status](https://travis-ci.org/joachimvh/SPARQLAlgebra.js.svg?branch=master)](https://travis-ci.org/joachimvh/SPARQLAlgebra.js) | ||
[![Build Status](https://api.travis-ci.com/joachimvh/SPARQLAlgebra.js.svg?branch=main)](https://travis-ci.org/joachimvh/SPARQLAlgebra.js) | ||
@@ -5,0 +5,0 @@ 2 components get exposed: the **translate** function and the **Algebra** object, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
105607
Updatedfast-deep-equal@^3.1.3
Updatedrdf-data-factory@^1.0.4
Updatedsparqljs@^3.3.0