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
5
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 3.2.1 to 3.2.4-alpha.47.0

3

lib/ActorRdfParseXmlRdfa.js

@@ -5,2 +5,3 @@ "use strict";

const bus_rdf_parse_1 = require("@comunica/bus-rdf-parse");
const context_entries_1 = require("@comunica/context-entries");
const rdfa_streaming_parser_1 = require("rdfa-streaming-parser");

@@ -28,5 +29,7 @@ /**

async runHandle(action, _mediaType, _context) {
const dataFactory = action.context.getSafe(context_entries_1.KeysInitQuery.dataFactory);
const language = (action.headers && action.headers.get('content-language')) ?? undefined;
action.data.on('error', error => data.emit('error', error));
const data = action.data.pipe(new rdfa_streaming_parser_1.RdfaParser({
dataFactory,
baseIRI: action.metadata?.baseIRI,

@@ -33,0 +36,0 @@ profile: 'xml',

13

package.json
{
"name": "@comunica/actor-rdf-parse-xml-rdfa",
"version": "3.2.1",
"version": "3.2.4-alpha.47.0",
"description": "A xml-rdfa rdf-parse actor",
"lsd:module": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/comunica-association"
},
"homepage": "https://comunica.dev/",

@@ -40,7 +44,8 @@ "repository": {

"dependencies": {
"@comunica/bus-rdf-parse": "^3.2.1",
"@comunica/types": "^3.2.1",
"@comunica/bus-rdf-parse": "3.2.4-alpha.47.0",
"@comunica/context-entries": "3.2.4-alpha.47.0",
"@comunica/types": "3.2.4-alpha.47.0",
"rdfa-streaming-parser": "^2.0.1"
},
"gitHead": "f558377c3cefbd1606c51ede80440b862e7dda4f"
"gitHead": "85bd4c5cf07dfc293ebbc3a1416b70e2db8bfc48"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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