fetch-sparql-endpoint
Advanced tools
Comparing version 5.0.0 to 5.1.0
@@ -18,3 +18,3 @@ /// <reference types="node" /> | ||
protected readonly timeout?: number; | ||
protected readonly additionalUrlParams: URLSearchParams; | ||
additionalUrlParams: URLSearchParams; | ||
protected readonly defaultHeaders: Headers; | ||
@@ -21,0 +21,0 @@ readonly fetchCb?: (input: Request | string, init?: RequestInit) => Promise<Response>; |
{ | ||
"name": "fetch-sparql-endpoint", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"packageManager": "yarn@1.22.22", | ||
@@ -5,0 +5,0 @@ "description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
1
62599