Socket
Socket
Sign inDemoInstall

@comparaonline/bff-utils

Package Overview
Dependencies
281
Maintainers
12
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

2

build/decorators/json-api-endpoint-post.js

@@ -16,5 +16,5 @@ "use strict";

schema: requestJsonApiSchema
}), common_1.UseInterceptors(interceptors_1.JsonApiHeaderValidationInterceptor, new interceptors_1.JsonApiBodyValidationInterceptor(requestJsonApiSchema), new interceptors_1.JsonApiDateTransformInterceptor(requestJsonApiSchema)), swagger_1.ApiConsumes(constants_1.JSON_API_MEDIA_TYPE), swagger_1.ApiResponse(Object.assign(Object.assign({ status: successfulResponseStatusCode, description }, (responseJsonApiSchema && { schema: responseJsonApiSchema })), (responseType && { type: responseType }))), swagger_1.ApiProduces(constants_1.JSON_API_MEDIA_TYPE), common_1.HttpCode(successfulResponseStatusCode));
}), common_1.UseInterceptors(interceptors_1.JsonApiHeaderValidationInterceptor, new interceptors_1.JsonApiBodyValidationInterceptor(requestJsonApiSchema), new interceptors_1.JsonApiDateTransformInterceptor(requestJsonApiSchema)), swagger_1.ApiConsumes(constants_1.JSON_API_MEDIA_TYPE), swagger_1.ApiResponse(Object.assign(Object.assign(Object.assign({ status: successfulResponseStatusCode, description }, (responseJsonApiSchema && { schema: responseJsonApiSchema })), (responseType && { type: responseType })), { schema: requestJsonApiSchema || {} })), swagger_1.ApiProduces(constants_1.JSON_API_MEDIA_TYPE), common_1.HttpCode(successfulResponseStatusCode));
}
exports.JsonApiEndpointPost = JsonApiEndpointPost;
//# sourceMappingURL=json-api-endpoint-post.js.map

@@ -15,5 +15,5 @@ "use strict";

schema: requestJsonApiSchema
}), common_1.UseInterceptors(interceptors_1.JsonApiHeaderValidationInterceptor, new interceptors_1.JsonApiBodyValidationInterceptor(requestJsonApiSchema), new interceptors_1.JsonApiDateTransformInterceptor(requestJsonApiSchema)), swagger_1.ApiConsumes(constants_1.JSON_API_MEDIA_TYPE), swagger_1.ApiResponse(Object.assign(Object.assign({ status: common_1.HttpStatus.OK, description }, (responseJsonApiSchema && { schema: responseJsonApiSchema })), (responseType && { type: responseType }))), swagger_1.ApiProduces(constants_1.JSON_API_MEDIA_TYPE));
}), common_1.UseInterceptors(interceptors_1.JsonApiHeaderValidationInterceptor, new interceptors_1.JsonApiBodyValidationInterceptor(requestJsonApiSchema), new interceptors_1.JsonApiDateTransformInterceptor(requestJsonApiSchema)), swagger_1.ApiConsumes(constants_1.JSON_API_MEDIA_TYPE), swagger_1.ApiResponse(Object.assign(Object.assign(Object.assign({ status: common_1.HttpStatus.OK, description }, (responseJsonApiSchema && { schema: responseJsonApiSchema })), (responseType && { type: responseType })), { schema: requestJsonApiSchema || {} })), swagger_1.ApiProduces(constants_1.JSON_API_MEDIA_TYPE));
}
exports.JsonApiEndpointPut = JsonApiEndpointPut;
//# sourceMappingURL=json-api-endpoint-put.js.map
{
"name": "@comparaonline/bff-utils",
"version": "1.1.3",
"version": "1.1.4",
"description": "Util collection library for the BFFs built with Nest.js",

@@ -5,0 +5,0 @@ "private": false,

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