sparqljson-to-tree
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -1,2 +0,2 @@ | ||
import * as RDF from "rdf-js"; | ||
import * as RDF from "@rdfjs/types"; | ||
import { IBindings, ISettings } from "sparqljson-parse"; | ||
@@ -3,0 +3,0 @@ /** |
{ | ||
"name": "sparqljson-to-tree", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "Converts SPARQL JSON results to a tree-based structure", | ||
@@ -37,3 +37,2 @@ "keywords": [ | ||
"@types/minimist": "^1.2.0", | ||
"@types/rdf-js": "^4.0.0", | ||
"coveralls": "^3.0.0", | ||
@@ -48,3 +47,3 @@ "jest": "^28.0.0", | ||
"tslint-eslint-rules": "^5.3.1", | ||
"typescript": "^4.0.2", | ||
"typescript": "^5.0.0", | ||
"webpack": "^5.73.0", | ||
@@ -82,3 +81,4 @@ "webpack-cli": "^4.10.0" | ||
"dependencies": { | ||
"rdf-literal": "^1.2.0", | ||
"@rdfjs/types": "*", | ||
"rdf-literal": "^1.3.2", | ||
"sparqljson-parse": "^2.0.0" | ||
@@ -85,0 +85,0 @@ }, |
Sorry, the diff of this file is not supported yet
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
31168
14
3
1
+ Added@rdfjs/types@*
Updatedrdf-literal@^1.3.2