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
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 2.4.1 to 3.0.0

8

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
<a name="v3.0.0"></a>
## [v3.0.0](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.4.1...v3.0.0) - 2022-07-14
This release has been marked as a major change due to the transition from Node's internal stream API to readable-stream. Most users should experience not breakages with this change.
### Changed
* [Move away from Node.js built-ins](https://github.com/rubensworks/fetch-sparql-endpoint.js/commit/bcb9c2559a8e3571eb4123a9f36875cf03e5a4d0)
<a name="v2.4.1"></a>

@@ -5,0 +13,0 @@ ## [v2.4.1](https://github.com/rubensworks/fetch-sparql-endpoint.js/compare/v2.4.0...v2.4.1) - 2022-07-13

11

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

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

"sparqljs": "^3.1.2",
"sparqljson-parse": "^1.7.0",
"sparqlxml-parse": "^1.5.0",
"sparqljson-parse": "^2.0.0",
"sparqlxml-parse": "^2.0.0",
"stream-to-string": "^1.1.0"

@@ -68,6 +68,9 @@ },

"ts-jest": "^28.0.1",
"ts-loader": "^9.3.1",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.3.5",
"web-streams-node": "^0.4.0"
"web-streams-node": "^0.4.0",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},

@@ -74,0 +77,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