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

@comunica/bus-init

Package Overview
Dependencies
Maintainers
5
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@comunica/bus-init - npm Package Compare versions

Comparing version 3.2.4-alpha.47.0 to 3.3.0

6

lib/ActorInit.d.ts

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

*/
export declare abstract class ActorInit extends Actor<IActionInit, IActorTest, IActorOutputInit, undefined> {
export declare abstract class ActorInit extends Actor<IActionInit, IActorTest, IActorOutputInit> {
/**
* @param args -
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {Initialization failed: none of the configured actors were to initialize} busFailMessage
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
*/

@@ -23,0 +21,0 @@ constructor(args: IActorInitArgs);

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

/**
* @param args -
* \ @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
* \ @defaultNested {Initialization failed: none of the configured actors were to initialize} busFailMessage
* @param args - @defaultNested {<default_bus> a <cc:components/Bus.jsonld#Bus>} bus
*/

@@ -24,0 +22,0 @@ constructor(args) {

{
"name": "@comunica/bus-init",
"version": "3.2.4-alpha.47.0",
"version": "3.3.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/",

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

"dependencies": {
"@comunica/core": "3.2.4-alpha.47.0",
"readable-stream": "^4.5.2"
"@comunica/core": "^3.3.0",
"readable-stream": "^4.4.2"
},
"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