@comunica/types
Advanced tools
Comparing version 2.0.7-alpha.10.0 to 2.2.0
@@ -25,2 +25,3 @@ /** | ||
get: <V>(key: IActionContextKey<V>) => V | undefined; | ||
getSafe: <V>(key: IActionContextKey<V>) => V; | ||
has: <V>(key: IActionContextKey<V>) => boolean; | ||
@@ -27,0 +28,0 @@ merge: (...contexts: IActionContext[]) => IActionContext; |
{ | ||
"name": "@comunica/types", | ||
"version": "2.0.7-alpha.10.0", | ||
"version": "2.2.0", | ||
"description": "Typings module for Comunica", | ||
@@ -34,3 +34,3 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@rdfjs/types": "*", | ||
"@rdfjs/types": ">=1.1.0", | ||
"@types/yargs": "^17.0.2", | ||
@@ -45,3 +45,3 @@ "asynciterator": "^3.3.0", | ||
}, | ||
"gitHead": "9ad64da7bae9dda857e12b7bb0b3af58d5f0f2af" | ||
"gitHead": "00d4108e46250fb94b586bfb8caf5e8b1c704160" | ||
} |
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
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
63600
527
0
0
Updated@rdfjs/types@>=1.1.0