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

@comunica/bus-merge-bindings-context

Package Overview
Dependencies
Maintainers
0
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-merge-bindings-context - npm Package Compare versions

Comparing version 3.2.4-alpha.47.0 to 3.3.0

10

lib/ActorMergeBindingsContext.d.ts

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

*/
export declare abstract class ActorMergeBindingsContext<TS = undefined> extends Actor<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput, TS> {
export declare abstract class ActorMergeBindingsContext extends Actor<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput> {
/**
* @param args -
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {Merging of bindings contexts failed: none of the configured actors were able to handle the merging} busFailMessage
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
*/
constructor(args: IActorMergeBindingsContextArgs<TS>);
constructor(args: IActorMergeBindingsContextArgs);
}

@@ -35,3 +33,3 @@ export interface IActionMergeBindingsContext extends IAction {

}
export type IActorMergeBindingsContextArgs<TS = undefined> = IActorArgs<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput, TS>;
export type IActorMergeBindingsContextArgs = IActorArgs<IActionMergeBindingsContext, IActorTest, IActorMergeBindingsContextOutput>;
export type MediatorMergeBindingsContext = Mediate<IActionMergeBindingsContext, IActorMergeBindingsContextOutput>;

@@ -38,0 +36,0 @@ /**

6

lib/ActorMergeBindingsContext.js

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

class ActorMergeBindingsContext extends core_1.Actor {
/* eslint-disable max-len */
/**
* @param args -
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {Merging of bindings contexts failed: none of the configured actors were able to handle the merging} busFailMessage
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
*/
/* eslint-enable max-len */
constructor(args) {

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

{
"name": "@comunica/bus-merge-bindings-context",
"version": "3.2.4-alpha.47.0",
"version": "3.3.0",
"description": "A comunica bus for merge-bindings-context events.",
"lsd:module": true,
"license": "MIT",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/comunica-association"
},
"homepage": "https://comunica.dev/",

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

"dependencies": {
"@comunica/core": "3.2.4-alpha.47.0",
"@comunica/types": "3.2.4-alpha.47.0"
"@comunica/core": "^3.3.0",
"@comunica/types": "^3.3.0"
},
"gitHead": "85bd4c5cf07dfc293ebbc3a1416b70e2db8bfc48"
"gitHead": "02bde397d206f1f5a523643a6a604c89e792e2f9"
}

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