Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@bluealba/microservices-toolkit

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bluealba/microservices-toolkit - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

src/data/buildPgClient.js

6

index.js

@@ -6,3 +6,4 @@ "use strict";

const gatewayAuth = require("./src/middlewares/gatewayAuth");
const buildPGClient = require("./src/data/pool");
const buildPgClient = require("./src/data/buildPGClient");
const simpleRowBodyMapper = require("./src/data/simpleRowBodyMapper");
const getAuthHeaders = require("./src/middlewares/getAuthHeaders");

@@ -17,3 +18,4 @@ const graphqlCustomErrorFn = require("./src/error/graphqlCustomErrorFn");

gatewayAuth,
buildPGClient,
buildPgClient,
simpleRowBodyMapper,
getAuthHeaders,

@@ -20,0 +22,0 @@ graphqlCustomErrorFn,

{
"name": "@bluealba/microservices-toolkit",
"version": "1.1.0",
"version": "1.2.0",
"description": "Library that contains common elements used in microservices",

@@ -5,0 +5,0 @@ "main": "index.js",

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