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

@comunica/bus-rdf-metadata-extract

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-metadata-extract - npm Package Compare versions

Comparing version 3.3.0 to 4.0.1-alpha.48.0

10

lib/ActorRdfMetadataExtract.d.ts

@@ -15,7 +15,9 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, Mediate } from '@comunica/core';

*/
export declare abstract class ActorRdfMetadataExtract extends Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput> {
export declare abstract class ActorRdfMetadataExtract<TS = undefined> extends Actor<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, TS> {
/**
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* @param args -
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {Metadata extraction failed: none of the configured actors were able to extract metadata from ${action.url}} busFailMessage
*/
constructor(args: IActorRdfMetadataExtractArgs);
constructor(args: IActorRdfMetadataExtractArgs<TS>);
}

@@ -47,3 +49,3 @@ export interface IActionRdfMetadataExtract extends IAction {

}
export type IActorRdfMetadataExtractArgs = IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput>;
export type IActorRdfMetadataExtractArgs<TS = undefined> = IActorArgs<IActionRdfMetadataExtract, IActorTest, IActorRdfMetadataExtractOutput, TS>;
export type MediatorRdfMetadataExtract = Mediate<IActionRdfMetadataExtract, IActorRdfMetadataExtractOutput>;

6

lib/ActorRdfMetadataExtract.js

@@ -17,5 +17,9 @@ "use strict";

class ActorRdfMetadataExtract extends core_1.Actor {
/* eslint-disable max-len */
/**
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* @param args -
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {Metadata extraction failed: none of the configured actors were able to extract metadata from ${action.url}} busFailMessage
*/
/* eslint-enable max-len */
constructor(args) {

@@ -22,0 +26,0 @@ super(args);

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

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

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

@@ -20,3 +20,3 @@ # Comunica Bus RDF Metadata Extract

* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-metadata-extract/^3.0.0/components/context.jsonld"`
* **Context**: `"https://linkedsoftwaredependencies.org/bundles/npm/@comunica/bus-rdf-metadata-extract/^4.0.0/components/context.jsonld"`
* **Bus name**: `ActorRdfMetadataExtract:_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

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