fetch-sparql-endpoint
Advanced tools
Comparing version 2.4.1 to 3.0.0
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v3.0.0"></a> | ||
## [v3.0.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.4.1...v3.0.0) - 2022-07-14 | ||
This release has been marked as a major change due to the transition from Node's internal stream API to readable-stream. Most users should experience not breakages with this change. | ||
### Changed | ||
* [Move away from Node.js built-ins](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/bcb9c2559a8e3571eb4123a9f36875cf03e5a4d0) | ||
<a name="v2.4.1"></a> | ||
@@ -5,0 +13,0 @@ ## [v2.4.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.4.0...v2.4.1) - 2022-07-13 |
{ | ||
"name": "fetch-sparql-endpoint", | ||
"version": "2.4.1", | ||
"version": "3.0.0", | ||
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", | ||
@@ -50,4 +50,4 @@ "keywords": [ | ||
"sparqljs": "^3.1.2", | ||
"sparqljson-parse": "^1.7.0", | ||
"sparqlxml-parse": "^1.5.0", | ||
"sparqljson-parse": "^2.0.0", | ||
"sparqlxml-parse": "^2.0.0", | ||
"stream-to-string": "^1.1.0" | ||
@@ -68,6 +68,9 @@ }, | ||
"ts-jest": "^28.0.1", | ||
"ts-loader": "^9.3.1", | ||
"tslint": "^6.0.0", | ||
"tslint-eslint-rules": "^5.4.0", | ||
"typescript": "^4.3.5", | ||
"web-streams-node": "^0.4.0" | ||
"web-streams-node": "^0.4.0", | ||
"webpack": "^5.73.0", | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
@@ -74,0 +77,0 @@ "jest": { |
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
38407
19
+ Added@bergos/jsonparse@1.4.2(transitive)
+ Added@rubensworks/saxes@6.0.1(transitive)
+ Addedsparqljson-parse@2.2.0(transitive)
+ Addedsparqlxml-parse@2.1.1(transitive)
+ Addedxmlchars@2.2.0(transitive)
- Removed@types/node@13.13.52(transitive)
- RemovedJSONStream@1.3.5(transitive)
- Removeddebug@2.6.9(transitive)
- Removedjsonparse@1.3.1(transitive)
- Removedms@2.0.0(transitive)
- Removedsax@1.4.1(transitive)
- Removedsax-stream@1.3.0(transitive)
- Removedsparqljson-parse@1.7.0(transitive)
- Removedsparqlxml-parse@1.5.0(transitive)
- Removedthrough@2.3.8(transitive)
Updatedsparqljson-parse@^2.0.0
Updatedsparqlxml-parse@^2.0.0