Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@comunica/actor-rdf-parse-jsonld

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-rdf-parse-jsonld - npm Package Compare versions

Comparing version 1.4.3 to 1.4.5

2

lib/ActorRdfParseJsonLd.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc