@comunica/actor-rdf-parse-html-script
Advanced tools
Comparing version 1.21.1 to 1.21.4-alpha.4.0
@@ -5,3 +5,3 @@ import type { IActionHandleRdfParse, IActorOutputHandleRdfParse, IActorTestHandleRdfParse } from '@comunica/bus-rdf-parse'; | ||
import { ActionContext } from '@comunica/core'; | ||
import type * as RDF from 'rdf-js'; | ||
import type * as RDF from '@rdfjs/types'; | ||
/** | ||
@@ -8,0 +8,0 @@ * An HTML parse listeners that detects <script> data blocks with known RDF media tyoes, |
{ | ||
"name": "@comunica/actor-rdf-parse-html-script", | ||
"version": "1.21.1", | ||
"version": "1.21.4-alpha.4.0", | ||
"description": "A html-script rdf-parse actor", | ||
@@ -35,4 +35,4 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse-html": "^1.21.1", | ||
"@types/rdf-js": "*", | ||
"@comunica/bus-rdf-parse-html": "1.21.4-alpha.4.0", | ||
"@rdfjs/types": "*", | ||
"relative-to-absolute-iri": "^1.0.5" | ||
@@ -45,4 +45,4 @@ }, | ||
"devDependencies": { | ||
"@comunica/bus-rdf-parse": "^1.21.1", | ||
"@comunica/core": "^1.21.1" | ||
"@comunica/bus-rdf-parse": "1.21.4-alpha.4.0", | ||
"@comunica/core": "1.21.4-alpha.4.0" | ||
}, | ||
@@ -70,3 +70,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
20192
12
1
1
+ Added@rdfjs/types@*
+ Added@comunica/bus-rdf-parse-html@1.21.4-alpha.4.0(transitive)
- Removed@types/rdf-js@*
- Removed@comunica/bus-rdf-parse-html@1.22.0(transitive)
- Removed@types/rdf-js@4.0.2(transitive)
- Removedrdf-js@4.0.2(transitive)