@comunica/actor-rdf-parse-jsonld
Advanced tools
Comparing version 1.4.3 to 1.4.5
@@ -38,3 +38,3 @@ "use strict"; | ||
const jsonString = await require('stream-to-string')(action.input); | ||
const quadsArray = await this.jsonLd.toRDF(JSON.parse(jsonString), { baseIRI: action.baseIRI }); | ||
const quadsArray = await this.jsonLd.toRDF(JSON.parse(jsonString), { base: action.baseIRI }); | ||
for (const quad of quadsArray) { | ||
@@ -41,0 +41,0 @@ quads.push(rdf_terms_1.mapTerms(quad, ActorRdfParseJsonLd.mapTerm)); |
{ | ||
"name": "@comunica/actor-rdf-parse-jsonld", | ||
"version": "1.4.3", | ||
"version": "1.4.5", | ||
"description": "A JSON-LD RDF Parse actor", | ||
@@ -73,3 +73,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-jsonld", | ||
}, | ||
"gitHead": "22cb67e0832070cc85b3878a9a4c5246b9146d82" | ||
"gitHead": "6276f4003e1dd6a4126bcc10e14f97d00c7c77d8" | ||
} |
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
8952