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

@comunica/core

Package Overview
Dependencies
Maintainers
3
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 1.9.0 to 1.9.2

4

lib/Mediator.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const util_1 = require("util");
/**

@@ -49,4 +48,3 @@ * A mediator can mediate an action over a bus of actors.

if (!actors.length) {
throw new Error('No actors are able to reply to the message in the bus '
+ this.bus.name + ': ' + util_1.inspect(action));
throw new Error('No actors are able to reply to a message in the bus ' + this.bus.name);
}

@@ -53,0 +51,0 @@ return actors;

{
"name": "@comunica/core",
"version": "1.9.0",
"version": "1.9.2",
"description": "Lightweight, semantic and modular actor framework",

@@ -68,3 +68,3 @@ "lsd:module": "https://linkedsoftwaredependencies.org/bundles/npm/@comunica/core",

},
"gitHead": "2e0cba815fd65d5660f15c96ffc734f9099d8b6a"
"gitHead": "bb6eef43498d23416b4e063d93e73c49f5575ff4"
}

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

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