fetch-sparql-endpoint
Advanced tools
Comparing version 3.3.3 to 4.0.0
@@ -21,3 +21,3 @@ /// <reference types="node" /> | ||
readonly defaultHeaders: Headers; | ||
readonly fetchCb?: (input?: Request | string, init?: RequestInit) => Promise<Response>; | ||
readonly fetchCb?: (input: Request | string, init?: RequestInit) => Promise<Response>; | ||
readonly sparqlParsers: { | ||
@@ -110,3 +110,3 @@ [contentType: string]: ISparqlResultsParser; | ||
*/ | ||
fetch?: (input?: Request | string, init?: RequestInit) => Promise<Response>; | ||
fetch?: (input: Request | string, init?: RequestInit) => Promise<Response>; | ||
} | ||
@@ -113,0 +113,0 @@ export interface IBindings { |
{ | ||
"name": "fetch-sparql-endpoint", | ||
"version": "3.3.3", | ||
"version": "4.0.0", | ||
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
56029