Socket
Socket
Sign inDemoInstall

@comunica/bus-rdf-parse

Package Overview
Dependencies
Maintainers
4
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-rdf-parse - 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 });

/// <reference types="node" />
import { ActorAbstractMediaTyped, IActionAbstractMediaTyped, IActionAbstractMediaTypedHandle, IActionAbstractMediaTypedMediaTypes, IActorArgsMediaTyped, IActorOutputAbstractMediaTyped, IActorOutputAbstractMediaTypedHandle, IActorOutputAbstractMediaTypedMediaTypes, IActorTestAbstractMediaTyped, IActorTestAbstractMediaTypedHandle, IActorTestAbstractMediaTypedMediaTypes } from '@comunica/actor-abstract-mediatyped';
import { IAction, IActorOutput, IActorTest } from '@comunica/core';
import * as RDF from 'rdf-js';
import type { IActionAbstractMediaTyped, IActionAbstractMediaTypedHandle, IActionAbstractMediaTypedMediaTypes, IActorArgsMediaTyped, IActorOutputAbstractMediaTyped, IActorOutputAbstractMediaTypedHandle, IActorOutputAbstractMediaTypedMediaTypes, IActorTestAbstractMediaTyped, IActorTestAbstractMediaTypedHandle, IActorTestAbstractMediaTypedMediaTypes } from '@comunica/actor-abstract-mediatyped';
import { ActorAbstractMediaTyped } from '@comunica/actor-abstract-mediatyped';
import type { IAction, IActorOutput, IActorTest } from '@comunica/core';
import type * as RDF from 'rdf-js';
/**

@@ -6,0 +7,0 @@ * A base actor for listening to RDF parse events.

@@ -1,4 +0,5 @@

import { ActorAbstractMediaTypedFixed, IActorArgsMediaTypedFixed } from '@comunica/actor-abstract-mediatyped';
import { IActorTest } from '@comunica/core';
import { IActionRdfParse, IActorRdfParseOutput } from './ActorRdfParse';
import type { IActorArgsMediaTypedFixed } from '@comunica/actor-abstract-mediatyped';
import { ActorAbstractMediaTypedFixed } from '@comunica/actor-abstract-mediatyped';
import type { IActorTest } from '@comunica/core';
import type { IActionRdfParse, IActorRdfParseOutput } from './ActorRdfParse';
/**

@@ -5,0 +6,0 @@ * A base actor for listening to RDF parse events that has fixed media types.

{
"name": "@comunica/bus-rdf-parse",
"version": "1.15.0",
"version": "1.17.0",
"description": "A comunica bus for 'init' events.",

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

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

@@ -29,3 +33,3 @@ "access": "public"

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

@@ -42,7 +46,7 @@ "components",

"devDependencies": {
"@comunica/core": "^1.15.0"
"@comunica/core": "^1.17.0"
},
"dependencies": {
"@comunica/actor-abstract-mediatyped": "^1.15.0",
"@types/rdf-js": "^3.0.0"
"@comunica/actor-abstract-mediatyped": "^1.17.0",
"@types/rdf-js": "*"
},

@@ -71,3 +75,3 @@ "jest": {

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

@@ -5,6 +5,9 @@ # Comunica Bus RDF Parse

A comunica bus for 'rdf-parse' events.
A bus for parsing quads from an RDF serialization format.
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,10 @@

## Usage
## Bus usage
TODO
* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse/^1.0.0/components/context.jsonld"`
* **Bus name**: `cbrp:Bus/RdfParse`
## Creating actors on this bus
Actors extending [`ActorRdfParse`](https://comunica.github.io/comunica/classes/bus_rdf_parse.actorrdfparse-1.html) are automatically subscribed to this bus.
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