Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
4
Versions
85
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.15.0 to 1.17.0

2

index.js

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

var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};

@@ -13,0 +13,0 @@ Object.defineProperty(exports, "__esModule", { value: true });

@@ -1,3 +0,4 @@

import { ActorRdfParseFixedMediaTypes, IActionRdfParse, IActorRdfParseFixedMediaTypesArgs, IActorRdfParseOutput } from '@comunica/bus-rdf-parse';
import { ActionContext } from '@comunica/core';
import type { IActionRdfParse, IActorRdfParseFixedMediaTypesArgs, IActorRdfParseOutput } from '@comunica/bus-rdf-parse';
import { ActorRdfParseFixedMediaTypes } from '@comunica/bus-rdf-parse';
import type { ActionContext } from '@comunica/core';
/**

@@ -4,0 +5,0 @@ * A comunica XML RDFa RDF Parse Actor.

{
"name": "@comunica/actor-rdf-parse-xml-rdfa",
"version": "1.15.0",
"version": "1.17.0",
"description": "A xml-rdfa rdf-parse actor",

@@ -15,3 +15,7 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-xml-rdfa",

"typings": "index",
"repository": "https://github.com/comunica/comunica/tree/master/packages/actor-rdf-parse-xml-rdfa",
"repository": {
"type": "git",
"url": "https://github.com/comunica/comunica.git",
"directory": "packages/actor-rdf-parse-xml-rdfa"
},
"publishConfig": {

@@ -30,3 +34,3 @@ "access": "public"

},
"homepage": "https://github.com/comunica/comunica#readme",
"homepage": "https://comunica.dev/",
"files": [

@@ -40,3 +44,3 @@ "components",

"dependencies": {
"rdfa-streaming-parser": "^1.1.1"
"rdfa-streaming-parser": "^1.3.0"
},

@@ -48,4 +52,4 @@ "peerDependencies": {

"devDependencies": {
"@comunica/bus-rdf-parse": "^1.15.0",
"@comunica/core": "^1.15.0"
"@comunica/bus-rdf-parse": "^1.17.0",
"@comunica/core": "^1.17.0"
},

@@ -74,3 +78,3 @@ "jest": {

},
"gitHead": "d71011b99f9fb5d125822fd42e75db6868ef4a64"
"gitHead": "cea13b435ebbda09e0ad359f54d3c62077fe3bba"
}

@@ -5,6 +5,9 @@ # Comunica XML RDFa RDF Parse Actor

A comunica XML RDFa RDF Parse Actor.
An [RDF Parse](https://github.com/comunica/comunica/tree/master/packages/bus-rdf-parse) actor that handles [RDFa in XML](https://www.w3.org/TR/2008/REC-SVGTiny12-20081222/metadata.html#MetadataAttributes).
This module is part of the [Comunica framework](https://github.com/comunica/comunica).
This module is part of the [Comunica framework](https://github.com/comunica/comunica),
and should only be used by [developers that want to build their own query engine](https://comunica.dev/docs/modify/).
[Click here if you just want to query with Comunica](https://comunica.dev/docs/query/).
## Install

@@ -16,4 +19,24 @@

## Usage
## Configure
TODO
After installing, this package can be added to your engine's configuration as follows:
```text
{
"@context": [
...
"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/actor-rdf-parse-xml-rdfa/^1.0.0/components/context.jsonld"
],
"actors": [
...
{
"@id": "config-sets:rdf-parsers.json#myRdfParserXmlRdfa",
"@type": "ActorRdfParseXmlRdfa",
"priorityScale": 0.3
}
]
}
```
### Config Parameters
* `caam:Actor/AbstractMediaTypedFixed/priorityScale`: An optional priority for this parser, used for content negotiation, defaults to `1`.
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