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

@comunica/core

Package Overview
Dependencies
Maintainers
5
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/core - npm Package Compare versions

Comparing version 2.7.0 to 2.8.0

4

lib/Bus.d.ts

@@ -115,3 +115,3 @@ import type { ActionObserver } from './ActionObserver';

}
export declare type IReply<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = IActorReply<Actor<I, T, O>, I, T, O>;
export declare type IBus<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = Bus<Actor<I, T, O>, I, T, O>;
export type IReply<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = IActorReply<Actor<I, T, O>, I, T, O>;
export type IBus<I extends IAction = IAction, O extends IActorOutput = IActorOutput, T extends IActorTest = IActorTest> = Bus<Actor<I, T, O>, I, T, O>;

@@ -9,3 +9,3 @@ import { Logger as _Logger } from '@comunica/types';

*/
declare type Logger = _Logger;
type Logger = _Logger;
export { Logger };

@@ -12,0 +12,0 @@ export * from './ActionContext';

@@ -90,2 +90,2 @@ import type { Actor, IAction, IActorOutput, IActorTest } from './Actor';

}
export declare type Mediate<I extends IAction, O extends IActorOutput, T extends IActorTest = IActorTest> = Mediator<Actor<I, T, O>, I, T, O>;
export type Mediate<I extends IAction, O extends IActorOutput, T extends IActorTest = IActorTest> = Mediator<Actor<I, T, O>, I, T, O>;
{
"name": "@comunica/core",
"version": "2.7.0",
"version": "2.8.0",
"description": "Lightweight, semantic and modular actor framework",

@@ -39,3 +39,3 @@ "lsd:module": true,

"dependencies": {
"@comunica/types": "^2.7.0",
"@comunica/types": "^2.8.0",
"immutable": "^4.1.0"

@@ -48,3 +48,3 @@ },

},
"gitHead": "3de278d67a7c21c7887a1b0ea908a0ca4c52de91"
"gitHead": "2459c84cb0ddc959436d8742f1f7b2805ce09825"
}
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