Socket
Socket
Sign inDemoInstall

@comunica/core

Package Overview
Dependencies
Maintainers
4
Versions
89
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.17.0 to 1.18.0

4

lib/Actor.d.ts

@@ -122,5 +122,3 @@ import { Map } from 'immutable';

*/
export declare function ActionContext(hash: {
[key: string]: any;
}): ActionContext;
export declare function ActionContext(hash: Record<string, any>): ActionContext;
/**

@@ -127,0 +125,0 @@ * Convert the given object to an action context object if it is not an action context object yet.

@@ -21,5 +21,3 @@ import type { Actor, IAction, IActorOutput, IActorTest } from './Actor';

export declare class BusIndexed<A extends Actor<I, T, O>, I extends IAction, T extends IActorTest, O extends IActorOutput> extends Bus<A, I, T, O> {
protected readonly actorsIndex: {
[id: string]: A[];
};
protected readonly actorsIndex: Record<string, A[]>;
protected readonly actorIdentifierFields: string[];

@@ -26,0 +24,0 @@ protected readonly actionIdentifierFields: string[];

@@ -10,5 +10,3 @@ /**

*/
static readonly LEVELS: {
[id: string]: number;
};
static readonly LEVELS: Record<string, number>;
/**

@@ -15,0 +13,0 @@ * Convert a string-based logging level to a numerical logging level.

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

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

},
"gitHead": "cea13b435ebbda09e0ad359f54d3c62077fe3bba"
"gitHead": "2d0f0e79aaaf063b8d15a44311334970287daaf2"
}
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