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

sparqlxml-parse

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sparqlxml-parse - npm Package Compare versions

Comparing version 1.2.2 to 1.3.0

6

CHANGELOG.md
# Changelog
All notable changes to this project will be documented in this file.
<a name="v1.3.0"></a>
## [v1.3.0](https://github.com/rubensworks/sparqlxml-parse.js/compare/v1.2.2...v1.3.0) - 2020-08-24
### Changed
* [Update dependency @types/rdf-js to v3 (#23)](https://github.com/rubensworks/sparqlxml-parse.js/commit/98b25846cb281e0bcd48897e0434cfafd4e87f8a)
<a name="v1.2.2"></a>

@@ -5,0 +11,0 @@ ## [v1.2.2](https://github.com/rubensworks/sparqlxml-parse.js/compare/v1.2.1...v1.2.2) - 2019-08-22

14

package.json
{
"name": "sparqlxml-parse",
"version": "1.2.2",
"version": "1.3.0",
"description": "Parses SPARQL XML query results",

@@ -33,7 +33,7 @@ "keywords": [

"devDependencies": {
"@types/jest": "^24.0.1",
"@types/jest": "^26.0.0",
"@types/minimist": "^1.2.0",
"arrayify-stream": "^1.0.0",
"coveralls": "^3.0.0",
"jest": "^23.4.1",
"jest": "^26.0.0",
"jest-rdf": "^1.3.0",

@@ -43,4 +43,4 @@ "manual-git-changelog": "^1.0.0",

"streamify-string": "^1.0.1",
"ts-jest": "^24.0.0",
"tslint": "^5.8.0",
"ts-jest": "^26.0.0",
"tslint": "^6.0.0",
"tslint-eslint-rules": "^5.3.1",

@@ -82,6 +82,6 @@ "typescript": "^3.0.3"

"@rdfjs/data-model": "^1.1.1",
"@types/node": "^10.12.18",
"@types/rdf-js": "^2.0.2",
"@types/node": "^13.1.0",
"@types/rdf-js": "^3.0.0",
"sax-stream": "^1.2.3"
}
}

@@ -5,3 +5,3 @@ # SPARQL-Results+XML Parse

[![Coverage Status](https://coveralls.io/repos/github/rubensworks/sparqlxml-parse.js/badge.svg?branch=master)](https://coveralls.io/github/rubensworks/sparqlxml-parse.js?branch=master)
[![npm version](https://badge.fury.io/js/sparqlxml-parse.svg)](https://www.npmjs.com/package/sparqlxml-parse) [![Greenkeeper badge](https://badges.greenkeeper.io/rubensworks/sparqlxml-parse.js.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/sparqlxml-parse.svg)](https://www.npmjs.com/package/sparqlxml-parse)

@@ -8,0 +8,0 @@ A utility package that allows you to parse [SPARQL XML](https://www.w3.org/TR/rdf-sparql-XMLres/) results

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