fetch-sparql-endpoint
Advanced tools
Comparing version 1.4.0 to 1.4.1
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v1.4.1"></a> | ||
## [v1.4.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v1.3.3...v1.4.1) - 2019-10-16 | ||
### Changed | ||
* [Update sparqljs to version 3.0.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/45a77d3f8bc39d3ab1918e3cf2a60e964bf6d0db) | ||
* [Update is-stream to version 2.0.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/048d51c9ab9bd2e9ee5a2902a76e14fd19ddfb0f) | ||
<a name="v1.4.0"></a> | ||
@@ -5,0 +12,0 @@ ## [v1.4.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v1.3.3...v1.4.0) - 2018-11-08 |
{ | ||
"name": "fetch-sparql-endpoint", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"is-stream": "^1.1.0", | ||
"is-stream": "^2.0.0", | ||
"isomorphic-fetch": "^2.2.1", | ||
@@ -46,3 +46,3 @@ "minimist": "^1.2.0", | ||
"rdf-string": "^1.3.1", | ||
"sparqljs": "^2.0.3", | ||
"sparqljs": "^3.0.0", | ||
"sparqljson-parse": "^1.5.0", | ||
@@ -54,8 +54,8 @@ "sparqlxml-parse": "^1.2.0", | ||
"@rdfjs/data-model": "^1.1.1", | ||
"@types/jest": "^23.3.1", | ||
"@types/jest": "^24.0.0", | ||
"@types/minimist": "^1.2.0", | ||
"@types/sparqljs": "^1.5.0", | ||
"@types/sparqljs": "^2.1.0", | ||
"arrayify-stream": "^1.0.0", | ||
"coveralls": "^3.0.0", | ||
"jest": "^23.5.0", | ||
"jest": "^24.3.0", | ||
"jest-rdf": "^1.3.0", | ||
@@ -65,3 +65,3 @@ "manual-git-changelog": "^1.0.0", | ||
"streamify-string": "^1.0.1", | ||
"ts-jest": "^23.10.0", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.8.0", | ||
@@ -68,0 +68,0 @@ "tslint-eslint-rules": "^5.4.0", |
@@ -44,5 +44,5 @@ # Fetch SPARQL Endpoint | ||
const myFetcher = new SparqlEndpointFetcher({ | ||
fetch: fetch, # A custom fetch-API-supporting function | ||
dataFactory: DataFactory, # A custom RDFJS data factory | ||
prefixVariableQuestionMark: false # If variable names in bindings should be prefixed with '?', defaults to false | ||
fetch: fetch, // A custom fetch-API-supporting function | ||
dataFactory: DataFactory, // A custom RDFJS data factory | ||
prefixVariableQuestionMark: false // If variable names in bindings should be prefixed with '?', defaults to false | ||
}); | ||
@@ -49,0 +49,0 @@ ``` |
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
25070
+ Addedis-stream@2.0.1(transitive)
+ Addedsparqljs@3.7.3(transitive)
- Removedsparqljs@2.2.3(transitive)
Updatedis-stream@^2.0.0
Updatedsparqljs@^3.0.0