🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@xlera/xplor-core-controller

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@xlera/xplor-core-controller - npm Package Compare versions

Comparing version
1.3.19
to
1.3.20
+3
-3
dist/src/invokable.decorator.d.ts
import 'reflect-metadata';
import { xplorController } from './xplor-controller';
import { XplorController } from './xplor-controller';
export declare const invokableMetadataKey: any;
export declare function Invokable(): (target: any, key: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => Promise<any>>) => void;
export declare function getInvokables(controller: new (...args: any[]) => xplorController): {
export declare function getInvokables(controller: new (...args: any[]) => XplorController): {
invokables: {
[k: string]: (new (...args: any[]) => xplorController);
[k: string]: (new (...args: any[]) => XplorController);
};
namespace: string;
};

@@ -1,4 +0,4 @@

export declare abstract class xplorController<T = any> {
export declare abstract class XplorController<T = any> {
protected sender: string;
protected tx: T;
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.xplorController = void 0;
var xplorController = (function () {
function xplorController() {
exports.XplorController = void 0;
var XplorController = (function () {
function XplorController() {
}
return xplorController;
return XplorController;
}());
exports.xplorController = xplorController;
exports.XplorController = XplorController;
//# sourceMappingURL=xplor-controller.js.map
{
"name": "@xlera/xplor-core-controller",
"version": "1.3.19",
"version": "1.3.20",
"description": "xplor Controller base class",

@@ -5,0 +5,0 @@ "license": "Apache-2.0",