@comunica/actor-rdf-parse-n3
Advanced tools
Comparing version 2.3.1-alpha.31.0 to 2.4.0
@@ -34,3 +34,6 @@ "use strict"; | ||
action.data.on('error', error => data.emit('error', error)); | ||
const data = action.data.pipe(new n3_1.StreamParser({ baseIRI: action.metadata?.baseIRI, format: mediaType })); | ||
const data = action.data.pipe(new n3_1.StreamParser({ | ||
baseIRI: action.metadata?.baseIRI, | ||
format: mediaType, | ||
})); | ||
return { | ||
@@ -37,0 +40,0 @@ data, |
{ | ||
"name": "@comunica/actor-rdf-parse-n3", | ||
"version": "2.3.1-alpha.31.0", | ||
"version": "2.4.0", | ||
"description": "A N3 RDF Parse actor", | ||
@@ -32,5 +32,4 @@ "lsd:module": true, | ||
"dependencies": { | ||
"@comunica/bus-rdf-parse": "2.3.1-alpha.31.0", | ||
"@comunica/types": "2.3.1-alpha.31.0", | ||
"@types/n3": "^1.4.4", | ||
"@comunica/bus-rdf-parse": "^2.4.0", | ||
"@comunica/types": "^2.4.0", | ||
"n3": "^1.6.3" | ||
@@ -43,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "394c95ab244c04c8cf56abe8bfafd0ab44226539" | ||
"gitHead": "cb5a1560c9ab9ebaf3335888a1411a7e1654de1e" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
3
95
1
18982
+ Added@comunica/actor-abstract-mediatyped@2.10.0(transitive)
+ Added@comunica/actor-abstract-parse@2.10.0(transitive)
+ Added@comunica/bus-rdf-parse@2.10.0(transitive)
+ Added@comunica/core@2.10.0(transitive)
+ Added@comunica/types@2.10.0(transitive)
- Removed@types/n3@^1.4.4
- Removed@comunica/actor-abstract-mediatyped@2.3.1-alpha.31.0(transitive)
- Removed@comunica/actor-abstract-parse@2.3.1-alpha.31.0(transitive)
- Removed@comunica/bus-rdf-parse@2.3.1-alpha.31.0(transitive)
- Removed@comunica/core@2.3.1-alpha.31.0(transitive)
- Removed@comunica/types@2.3.1-alpha.31.0(transitive)
- Removed@types/n3@1.21.1(transitive)
Updated@comunica/types@^2.4.0