New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

fetch-sparql-endpoint

Package Overview
Dependencies
Maintainers
0
Versions
45
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

to
6.0.0

1

lib/SparqlEndpointFetcher.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import type * as RDF from '@rdfjs/types';

@@ -3,0 +2,0 @@ import type { Readable } from 'readable-stream';

21

package.json
{
"name": "fetch-sparql-endpoint",
"version": "5.1.0",
"version": "6.0.0",
"packageManager": "yarn@1.22.22",

@@ -8,2 +8,6 @@ "description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.",

"license": "MIT",
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/rubensworks/"
},
"homepage": "https://github.com/rubensworks/fetch-sparql-endpoint.js#readme",

@@ -49,3 +53,2 @@ "repository": "git@github.com:rubensworks/fetch-sparql-endpoint.js.git",

"dependencies": {
"@rdfjs/types": "*",
"@types/n3": "^1.0.0",

@@ -56,7 +59,7 @@ "@types/readable-stream": "^4.0.0",

"n3": "^1.0.0",
"rdf-string": "^1.0.0",
"rdf-string": "^2.0.0",
"readable-from-web": "^1.0.0",
"sparqljs": "^3.0.0",
"sparqljson-parse": "^2.0.0",
"sparqlxml-parse": "^2.0.0",
"sparqljson-parse": "^3.0.0",
"sparqlxml-parse": "^3.0.0",
"stream-to-string": "^1.0.0",

@@ -73,5 +76,5 @@ "yargs": "^17.0.0"

"jest": "^29.0.0",
"jest-rdf": "^1.0.0",
"jest-rdf": "^2.0.0",
"manual-git-changelog": "^1.0.0",
"rdf-data-factory": "^1.0.0",
"rdf-data-factory": "^2.0.0",
"readable-stream-node-to-web": "^1.0.0",

@@ -81,6 +84,6 @@ "streamify-string": "^1.0.0",

"ts-loader": "^9.0.0",
"typescript": "^5.0.0",
"typescript": "^5.7.2",
"webpack": "^5.0.0",
"webpack-cli": "^5.0.0"
"webpack-cli": "^6.0.0"
}
}