sparqlxml-parse
Advanced tools
Comparing version 1.2.2 to 1.3.0
# 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 |
{ | ||
"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 |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
18155
+ Added@types/node@13.13.52(transitive)
+ Added@types/rdf-js@3.0.3(transitive)
- Removed@types/node@10.17.60(transitive)
- Removed@types/rdf-js@2.0.12(transitive)
Updated@types/node@^13.1.0
Updated@types/rdf-js@^3.0.0