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 2.1.1 to 2.2.0

2

bin/fetch-sparql-endpoint.js

@@ -76,2 +76,3 @@ #!/usr/bin/env node

});
bindingsStream.on('error', (error) => process.stderr.write(error.toString()));
})

@@ -97,2 +98,3 @@ .catch((error) => {

tripleStream
.on('error', (error) => process.stderr.write(error.toString()))
.pipe(new n3.StreamWriter(index_1.SparqlEndpointFetcher.CONTENTTYPE_TURTLE))

@@ -99,0 +101,0 @@ .pipe(process.stdout);

2

lib/SparqlEndpointFetcher.d.ts
/// <reference types="node" />
import "cross-fetch/polyfill";
import * as RDF from "rdf-js";
import * as RDF from "@rdfjs/types";
import { InsertDeleteOperation, ManagementOperation } from "sparqljs";

@@ -5,0 +5,0 @@ import { ISettings, SparqlJsonParser } from "sparqljson-parse";

{
"name": "fetch-sparql-endpoint",
"version": "2.1.1",
"version": "2.2.0",
"description": "A simple, lightweight module to send queries to SPARQL endpoints and retrieve their results in a streaming fashion.",

@@ -39,4 +39,4 @@ "keywords": [

"dependencies": {
"@types/rdf-js": "*",
"@types/sparqljs": "^3.0.1",
"@rdfjs/types": "*",
"@types/sparqljs": "^3.1.3",
"abort-controller": "^3.0.0",

@@ -47,6 +47,6 @@ "cross-fetch": "^3.0.6",

"n3": "^1.6.3",
"rdf-string": "^1.5.0",
"rdf-string": "^1.6.0",
"sparqljs": "^3.1.2",
"sparqljson-parse": "^1.6.0",
"sparqlxml-parse": "^1.4.0",
"sparqljson-parse": "^1.7.0",
"sparqlxml-parse": "^1.5.0",
"stream-to-string": "^1.1.0",

@@ -58,10 +58,10 @@ "web-streams-node": "^0.4.0"

"@types/minimist": "^1.2.0",
"@types/n3": "^1.4.4",
"@types/n3": "^1.10.3",
"arrayify-stream": "^1.0.0",
"coveralls": "^3.0.0",
"jest": "^27.0.1",
"jest-rdf": "^1.6.0",
"jest-rdf": "^1.7.0",
"manual-git-changelog": "^1.0.0",
"pre-commit": "^1.2.2",
"rdf-data-factory": "^1.0.3",
"rdf-data-factory": "^1.1.0",
"streamify-string": "^1.0.1",

@@ -71,3 +71,3 @@ "ts-jest": "^27.0.1",

"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.0.2"
"typescript": "^4.3.5"
},

@@ -74,0 +74,0 @@ "jest": {

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