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

@comunica/bus-rdf-parse

Package Overview
Dependencies
Maintainers
0
Versions
98
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 3.3.0 to 4.0.1-alpha.48.0

8

lib/ActorRdfParseFixedMediaTypes.d.ts
import type { IActorArgsMediaTypedFixed } from '@comunica/actor-abstract-mediatyped';
import { ActorAbstractMediaTypedFixed } from '@comunica/actor-abstract-mediatyped';
import type { IActorTest } from '@comunica/core';
import type { IActorTest, TestResult } from '@comunica/core';
import type { IActionRdfParse, IActorRdfParseOutput } from './ActorRdfParse';

@@ -18,7 +18,9 @@ /**

* TODO: rm this (and eslint-disable) once we remove the abstract media typed actor
* @param args - @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* @param args -
* \ @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {RDF parsing failed: none of the configured parsers were able to handle the media type ${action.handle.mediaType} for ${action.handle.url}} busFailMessage
*/
constructor(args: IActorRdfParseFixedMediaTypesArgs);
testHandleChecked(_action: IActionRdfParse): Promise<boolean>;
testHandleChecked(_action: IActionRdfParse): Promise<TestResult<boolean>>;
}
export type IActorRdfParseFixedMediaTypesArgs = IActorArgsMediaTypedFixed<IActionRdfParse, IActorTest, IActorRdfParseOutput>;

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

const actor_abstract_mediatyped_1 = require("@comunica/actor-abstract-mediatyped");
const core_1 = require("@comunica/core");
/**

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

* TODO: rm this (and eslint-disable) once we remove the abstract media typed actor
* @param args - @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* @param args -
* \ @defaultNested {<cbrp:components/ActorRdfParse.jsonld#ActorRdfParse_default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {RDF parsing failed: none of the configured parsers were able to handle the media type ${action.handle.mediaType} for ${action.handle.url}} busFailMessage
*/

@@ -28,3 +31,3 @@ constructor(args) {

async testHandleChecked(_action) {
return true;
return (0, core_1.passTestVoid)();
}

@@ -31,0 +34,0 @@ }

{
"name": "@comunica/bus-rdf-parse",
"version": "3.3.0",
"version": "4.0.1-alpha.48.0",
"description": "A comunica bus for 'init' events.",
"lsd:module": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/comunica-association"
},
"homepage": "https://comunica.dev/",

@@ -39,8 +43,8 @@ "repository": {

"dependencies": {
"@comunica/actor-abstract-mediatyped": "^3.3.0",
"@comunica/actor-abstract-parse": "^3.3.0",
"@comunica/core": "^3.3.0",
"@comunica/actor-abstract-mediatyped": "4.0.1-alpha.48.0",
"@comunica/actor-abstract-parse": "4.0.1-alpha.48.0",
"@comunica/core": "4.0.1-alpha.48.0",
"@rdfjs/types": "*"
},
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9"
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1"
}

@@ -20,3 +20,3 @@ # Comunica Bus RDF Parse

* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse/^3.0.0/components/context.jsonld"`
* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-parse/^4.0.0/components/context.jsonld"`
* **Bus name**: `ActorRdfParse:_default_bus`

@@ -23,0 +23,0 @@

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

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