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

@comunica/actor-rdf-parse-rdfxml

Package Overview
Dependencies
Maintainers
3
Versions
97
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.4.0 to 1.4.2

2

lib/ActorRdfParseRdfXml.js

@@ -14,3 +14,3 @@ "use strict";

action.input.on('error', (e) => quads.emit('error', e));
const quads = action.input.pipe(new rdfxml_streaming_parser_1.RdfXmlParser());
const quads = action.input.pipe(new rdfxml_streaming_parser_1.RdfXmlParser({ baseIRI: action.baseIRI }));
return {

@@ -17,0 +17,0 @@ quads,

{
"name": "@comunica/actor-rdf-parse-rdfxml",
"version": "1.4.0",
"version": "1.4.2",
"description": "A rdfxml rdf-parse actor",

@@ -42,3 +42,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-rdfxml",

"devDependencies": {
"@comunica/bus-rdf-parse": "^1.4.0",
"@comunica/bus-rdf-parse": "^1.4.2",
"@comunica/core": "^1.4.0"

@@ -72,3 +72,3 @@ },

},
"gitHead": "6a50d602495031e69912eb17988b5c8dc5152300"
"gitHead": "433adda15a9847013a09f2da215f7324b7963258"
}
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