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

@comunica/actor-rdf-parse-xml-rdfa

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/actor-rdf-parse-xml-rdfa - npm Package Compare versions

Comparing version 1.11.0 to 1.13.0

2

lib/ActorRdfParseXmlRdfa.js

@@ -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"
}
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