sparqlxml-parse
Advanced tools
Comparing version 1.4.0 to 1.5.0
/// <reference types="node" /> | ||
import * as RDF from "rdf-js"; | ||
import * as RDF from "@rdfjs/types"; | ||
/** | ||
@@ -4,0 +4,0 @@ * Parser for the SPARQL Query Results XML format. |
{ | ||
"name": "sparqlxml-parse", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "Parses SPARQL XML query results", | ||
@@ -38,3 +38,3 @@ "keywords": [ | ||
"jest": "^26.0.0", | ||
"jest-rdf": "^1.6.0", | ||
"jest-rdf": "^1.7.0", | ||
"manual-git-changelog": "^1.0.0", | ||
@@ -46,3 +46,3 @@ "pre-commit": "^1.2.2", | ||
"tslint-eslint-rules": "^5.3.1", | ||
"typescript": "^4.0.0" | ||
"typescript": "^4.3.5" | ||
}, | ||
@@ -83,7 +83,7 @@ "jest": { | ||
"dependencies": { | ||
"rdf-data-factory": "^1.0.2", | ||
"@rdfjs/types": "*", | ||
"@types/node": "^13.1.0", | ||
"@types/rdf-js": "*", | ||
"rdf-data-factory": "^1.1.0", | ||
"sax-stream": "^1.2.3" | ||
} | ||
} |
# SPARQL-Results+XML Parse | ||
[![Build Status](https://travis-ci.org/rubensworks/sparqlxml-parse.js.svg?branch=master)](https://travis-ci.org/rubensworks/sparqlxml-parse.js) | ||
[![Build status](https://github.com/rubensworks/sparqlxml-parse.js/workflows/CI/badge.svg)](https://github.com/rubensworks/sparqlxml-parse.js/actions?query=workflow%3ACI) | ||
[![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) | ||
@@ -5,0 +5,0 @@ [![npm version](https://badge.fury.io/js/sparqlxml-parse.svg)](https://www.npmjs.com/package/sparqlxml-parse) |
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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
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
16049
9
1
+ Added@rdfjs/types@*
- Removed@types/rdf-js@*
- Removed@types/rdf-js@4.0.2(transitive)
- Removedrdf-js@4.0.2(transitive)
Updatedrdf-data-factory@^1.1.0