Socket
Socket
Sign inDemoInstall

@comparaonline/bff-utils

Package Overview
Dependencies
276
Maintainers
13
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.2.1

1

build/helpers/index.d.ts
export { getJsonApiSchema } from './json-api-schema-generator';
export { deserializeJsonApiRequest } from './json-api-request-deserializer';

4

build/helpers/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getJsonApiSchema = void 0;
exports.deserializeJsonApiRequest = exports.getJsonApiSchema = void 0;
var json_api_schema_generator_1 = require("./json-api-schema-generator");
Object.defineProperty(exports, "getJsonApiSchema", { enumerable: true, get: function () { return json_api_schema_generator_1.getJsonApiSchema; } });
var json_api_request_deserializer_1 = require("./json-api-request-deserializer");
Object.defineProperty(exports, "deserializeJsonApiRequest", { enumerable: true, get: function () { return json_api_request_deserializer_1.deserializeJsonApiRequest; } });
//# sourceMappingURL=index.js.map
{
"name": "@comparaonline/bff-utils",
"version": "1.2.0",
"version": "1.2.1",
"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

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