@comunica/actor-rdf-parse-xml-rdfa
Advanced tools
Comparing version 1.11.0 to 1.13.0
@@ -13,3 +13,3 @@ "use strict"; | ||
async runHandle(action, mediaType, context) { | ||
const language = action.headers ? action.headers.get('content-language') : null; | ||
const language = action.headers && action.headers.get('content-language') || undefined; | ||
action.input.on('error', (e) => quads.emit('error', e)); | ||
@@ -16,0 +16,0 @@ const quads = action.input.pipe(new rdfa_streaming_parser_1.RdfaParser({ baseIRI: action.baseIRI, profile: 'xml', language })); |
{ | ||
"name": "@comunica/actor-rdf-parse-xml-rdfa", | ||
"version": "1.11.0", | ||
"version": "1.13.0", | ||
"description": "A xml-rdfa rdf-parse actor", | ||
@@ -45,4 +45,4 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-xml-rdfa", | ||
"devDependencies": { | ||
"@comunica/bus-rdf-parse": "^1.11.0", | ||
"@comunica/core": "^1.9.2" | ||
"@comunica/bus-rdf-parse": "^1.13.0", | ||
"@comunica/core": "^1.13.0" | ||
}, | ||
@@ -72,3 +72,3 @@ "jest": { | ||
}, | ||
"gitHead": "876795ce37704da9dcd8efd57c5da54f1cb11b5a" | ||
"gitHead": "cd8df73fe091e3d7413147ec5301b47be2de392a" | ||
} |
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
7610