New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@apex-pub/convector-core-controller

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apex-pub/convector-core-controller - npm Package Compare versions

Comparing version 1.4.1-4-alpha.6064f94c to 1.4.1-4-alpha.8939dce7

10

dist/src/index.d.ts

@@ -1,5 +0,5 @@

export * from './param.decorator';
export * from './invokable.decorator';
export * from './optional.decorator';
export * from './controller.decorator';
export * from './convector-controller';
export * from './param.decorator.js';
export * from './invokable.decorator.js';
export * from './optional.decorator.js';
export * from './controller.decorator.js';
export * from './convector-controller.js';

@@ -1,6 +0,6 @@

export * from './param.decorator';
export * from './invokable.decorator';
export * from './optional.decorator';
export * from './controller.decorator';
export * from './convector-controller';
export * from './param.decorator.js';
export * from './invokable.decorator.js';
export * from './optional.decorator.js';
export * from './controller.decorator.js';
export * from './convector-controller.js';
//# sourceMappingURL=index.js.map
import 'reflect-metadata';
import { ConvectorController } from './convector-controller';
import { ConvectorController } from './convector-controller.js';
export declare const invokableMetadataKey: any;

@@ -4,0 +4,0 @@ export declare function Invokable(): (target: any, key: string, descriptor: TypedPropertyDescriptor<(...args: any[]) => Promise<any>>) => void;

import * as g from 'window-or-global';
import { ControllerNamespaceMissingError, ControllerInvokablesMissingError, ControllerInvalidInvokeError, ControllerInvalidArgumentError, ControllerArgumentParseError, ControllerInvalidFunctionError, ControllerUndefinedArgumentError } from '@apex-pub/convector-core-errors';
import 'reflect-metadata';
import { paramMetadataKey } from './param.decorator';
import { optionalMetadataKey } from './optional.decorator';
import { controllerMetadataKey } from './controller.decorator';
import { paramMetadataKey } from './param.decorator.js';
import { optionalMetadataKey } from './optional.decorator.js';
import { controllerMetadataKey } from './controller.decorator.js';
export const invokableMetadataKey = g.ConvectorInvokableMetadataKey || Symbol('invokable');

@@ -8,0 +8,0 @@ g.ConvectorInvokableMetadataKey = invokableMetadataKey;

{
"name": "@apex-pub/convector-core-controller",
"version": "1.4.1-4-alpha.6064f94c",
"version": "1.4.1-4-alpha.8939dce7",
"description": "Convector Controller base class",
"license": "Apache-2.0",
"type": "module",
"repository": {

@@ -53,4 +54,4 @@ "type": "git",

"dependencies": {
"@apex-pub/convector-core-errors": "1.4.1-4-alpha.6064f94c",
"@apex-pub/convector-core-model": "1.4.1-4-alpha.6064f94c",
"@apex-pub/convector-core-errors": "1.4.1-4-alpha.8939dce7",
"@apex-pub/convector-core-model": "1.4.1-4-alpha.8939dce7",
"window-or-global": "^1.0.1",

@@ -57,0 +58,0 @@ "yup": "^0.26.10"

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