New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@gapi/microservices

Package Overview
Dependencies
Maintainers
1
Versions
602
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gapi/microservices

![Build Status](https://github.com/Stradivario/gapi/issues)

latest
Source
npmnpm
Version
1.8.169
Version published
Maintainers
1
Created
Source

@Gapi/microservices

Build Status

@Gapi Microservices module @StrongTyped

For questions/issues you can write ticket here
This module is intended to be used with GAPI

Installation and basic examples:

To install this Gapi module, run:
$ npm install @gapi/microservices --save

Consuming gapi-microservices

Import inside AppModule or CoreModule
import { GapiModule } from '@gapi/core';
import { GapiMicroserviceModule } from '@gapi/microservices';

@GapiModule({
  imports: [
    GapiMicroserviceModule.forRoot({
      microservice1: 'http://localhost:1000',
      microservice2: 'http://localhost:1000',
    }),
  ],
})
export class AppModule {}

TODO: Better documentation...

Enjoy ! :)

Keywords

graphql

FAQs

Package last updated on 23 Dec 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts