Socket
Socket
Sign inDemoInstall

@worldsibu/convector-core-controller

Package Overview
Dependencies
17
Maintainers
2
Versions
186
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.9-0-alpha.77629755 to 1.3.9-0-alpha.013419ca

6

dist/src/invokable.decorator.js

@@ -27,3 +27,3 @@ "use strict";

var _this = this;
var internalCall, schemas, optionals_1, namespace, ctx, e_1, error;
var internalCall, schemas, optionals_1, namespace, ctx, response, e_1, error;
return tslib_1.__generator(this, function (_a) {

@@ -95,3 +95,5 @@ switch (_a.label) {

return [4, fn.call.apply(fn, [ctx].concat(args))];
case 4: return [2, _a.sent()];
case 4:
response = _a.sent();
return [2, typeof response === 'object' ? JSON.parse(JSON.stringify(response)) : response];
case 5:

@@ -98,0 +100,0 @@ e_1 = _a.sent();

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

require("reflect-metadata");
var isSchema = function (schema) { return 'validate' in schema; };
exports.optionalMetadataKey = g.ConvectorOptionalParamMetadataKey || Symbol('optional-param');

@@ -8,0 +7,0 @@ g.ConvectorOptionalParamMetadataKey = exports.optionalMetadataKey;

{
"name": "@worldsibu/convector-core-controller",
"version": "1.3.9-0-alpha.77629755",
"version": "1.3.9-0-alpha.013419ca",
"description": "Convector Controller base class",

@@ -53,4 +53,4 @@ "license": "Apache-2.0",

"dependencies": {
"@worldsibu/convector-core-errors": "1.3.9-0-alpha.77629755",
"@worldsibu/convector-core-model": "1.3.9-0-alpha.77629755",
"@worldsibu/convector-core-errors": "1.3.9-0-alpha.013419ca",
"@worldsibu/convector-core-model": "1.3.9-0-alpha.013419ca",
"tslib": "^1.9.0",

@@ -57,0 +57,0 @@ "window-or-global": "^1.0.1",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc