@comunica/types
Advanced tools
Comparing version 1.21.1 to 1.21.4-alpha.4.0
@@ -0,4 +1,4 @@ | ||
import type * as RDF from '@rdfjs/types'; | ||
import type { AsyncIterator } from 'asynciterator'; | ||
import type { Map } from 'immutable'; | ||
import type * as RDF from 'rdf-js'; | ||
import type { Algebra } from 'sparqlalgebrajs'; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "@comunica/types", | ||
"version": "1.21.1", | ||
"version": "1.21.4-alpha.4.0", | ||
"description": "Typings module for Comunica", | ||
@@ -34,6 +34,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@types/rdf-js": "*", | ||
"asynciterator": "^3.1.0", | ||
"@rdfjs/types": "*", | ||
"asynciterator": "^3.2.0", | ||
"immutable": "^3.8.2", | ||
"sparqlalgebrajs": "^2.4.0" | ||
"sparqlalgebrajs": "^3.0.1" | ||
}, | ||
@@ -61,3 +61,4 @@ "jest": { | ||
"validate": "npm ls" | ||
} | ||
}, | ||
"gitHead": "8155391e9dba0c4d9d04c08e3abc0999a11f329c" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
10540
5
1
1
+ Added@rdfjs/types@*
+ Added@types/sparqljs@3.1.11(transitive)
+ Addedsparqlalgebrajs@3.0.3(transitive)
- Removed@types/rdf-js@*
- Removed@types/rdf-js@4.0.2(transitive)
- Removedrdf-js@4.0.2(transitive)
- Removedsparqlalgebrajs@2.5.5(transitive)
Updatedasynciterator@^3.2.0
Updatedsparqlalgebrajs@^3.0.1