Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fetch-sparql-endpoint

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-sparql-endpoint - npm Package Compare versions

Comparing version 3.3.3 to 4.0.0

4

lib/SparqlEndpointFetcher.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc