fetch-sparql-endpoint
Advanced tools
Comparing version 2.3.2 to 2.3.3
@@ -125,3 +125,3 @@ "use strict"; | ||
async fetchUpdate(endpoint, query) { | ||
const abortController = new abort_controller_1.AbortController(); | ||
const abortController = new abort_controller_1.default(); | ||
const init = { | ||
@@ -128,0 +128,0 @@ method: 'POST', |
{ | ||
"name": "fetch-sparql-endpoint", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
28499