sparqlxml-parse
Advanced tools
Comparing version 1.2.1 to 1.2.2
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
<a name="v1.2.2"></a> | ||
## [v1.2.2](https://github.com/rubensworks/sparqlxml-parse.js/compare/v1.2.1...v1.2.2) - 2019-08-22 | ||
### Fixed | ||
* [Add required typings as dependencies](https://github.com/rubensworks/sparqlxml-parse.js/commit/3724dde828336dad3e4576dd0d4fda789283510e) | ||
<a name="v1.2.1"></a> | ||
@@ -5,0 +11,0 @@ ## [v1.2.1](https://github.com/rubensworks/sparqlxml-parse.js/compare/v1.2.0...v1.2.1) - 2019-02-13 |
{ | ||
"name": "sparqlxml-parse", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Parses SPARQL XML query results", | ||
@@ -42,3 +42,3 @@ "keywords": [ | ||
"streamify-string": "^1.0.1", | ||
"ts-jest": "^23.10.2", | ||
"ts-jest": "^24.0.0", | ||
"tslint": "^5.8.0", | ||
@@ -81,4 +81,6 @@ "tslint-eslint-rules": "^5.3.1", | ||
"@rdfjs/data-model": "^1.1.1", | ||
"@types/node": "^10.12.18", | ||
"@types/rdf-js": "^2.0.2", | ||
"sax-stream": "^1.2.3" | ||
} | ||
} |
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
17988
4
+ Added@types/node@^10.12.18
+ Added@types/rdf-js@^2.0.2
+ Added@types/node@10.17.60(transitive)
+ Added@types/rdf-js@2.0.12(transitive)
- Removed@types/node@22.10.2(transitive)
- Removedundici-types@6.20.0(transitive)