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 4.0.1-alpha.48.0 to 4.0.1

6

lib/ActorMergeBindingsContext.d.ts

@@ -38,4 +38,4 @@ import type { IAction, IActorArgs, IActorOutput, IActorTest, Mediate } from '@comunica/core';

* The interface for a binding context merge handler. A merge handler is a function that accepts
* two context entries (from different binding contexts) associated with the same key and
* merges these two values. The merging strategy is dependent on the implementation of the
* context entries (from different binding contexts) associated with the same key and
* merges these values. The merging strategy is dependent on the implementation of the
* interface.

@@ -45,3 +45,3 @@ * @V denotes the type associated with the context key the merge handler operates on.

export interface IBindingsContextMergeHandler<V> {
run: (...args: V[]) => V[];
run: (...args: V[]) => V;
}
{
"name": "@comunica/bus-merge-bindings-context",
"version": "4.0.1-alpha.48.0",
"version": "4.0.1",
"description": "A comunica bus for merge-bindings-context events.",

@@ -43,6 +43,6 @@ "lsd:module": true,

"dependencies": {
"@comunica/core": "4.0.1-alpha.48.0",
"@comunica/types": "4.0.1-alpha.48.0"
"@comunica/core": "^4.0.1",
"@comunica/types": "^4.0.1"
},
"gitHead": "4cc37905eab2c94a2e1d9cee0f51c53604f07da1"
"gitHead": "67831ba79e45ea1ced41fe3f83c5d6e8802dbeaa"
}

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